Skip to content

fabiopiovam/germinal

Repository files navigation

Germinal

Website / Catalog develop in Django

Installation / Usage

  1. Clone the project

    $ git clone https://github.com/laborautonomo/germinal.git
    $ cd germinal
  2. Create and active vitualenv

    $ virtualenv venv
    $ source venv/bin/activate
  3. Download and install requirements with pip

    $ pip install -r requirements.txt
  4. Configure the project in germinal/settings.py file

  5. Syncronize database with $ python manage.py syncdb

  6. Collect static files with $ python manage.py collectstatic

  7. Finally, run $ python manage.py runserver

References

About

Website / Catalog developed with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published