Permettre aux gens de trouver des produits sans emballage
Récolter des données sur les utilisateurs
Conquérir le monde
Install dependencies:
pip install -r requirements.txt
Initialize database tables:
$ python manage.py migrate
Create a super-user for the admin:
$ python manage.py createsuperuser
$ python manage.py runserver
Default port is 8000, if it is already taken, you can start the development server on another port by appending the port number to above command. For example, to run on port 9000 :
python manage.py runserver 9000
Use the webapp by visiting the site at the URL printed by runserver
(defaults to http://localhost:8000
).
Visit /admin
, using the user credentials you've created for the super-user above, in order to adminster the site : add species, products and sellers.