Website / Catalog developed with Django
-
Clone the project
$ git clone https://github.com/laborautonomo/motosucata-django.git $ cd motosucata-django
-
Create and active vitualenv
$ virtualenv venv $ source venv/bin/activate
-
Download and install requirements with pip
$ pip install -r requirements.txt
-
Configure the project in
motosucata/settings.py
file -
Syncronize database with
$ python manage.py syncdb
-
Collect static files with
$ python manage.py collectstatic
-
Finally, run
$ python manage.py runserver