Skip to content

30blay/Carotte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projet Carotte

Permettre aux gens de trouver des produits sans emballage

Récolter des données sur les utilisateurs

Conquérir le monde

Install

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

Run the development server

$ 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

Use the webapp by visiting the site at the URL printed by runserver (defaults to http://localhost:8000).

Administer the site

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published