Skip to content

fabiopiovam/motosucata-django

Repository files navigation

motosucata-django

Website / Catalog developed with Django

Installation / Usage

  1. Clone the project

    $ git clone https://github.com/laborautonomo/motosucata-django.git
    $ cd motosucata-django
  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 motosucata/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