Gestion des pannes et des interventions techniques dans une boulangerie artisanale
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 963 B

3 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Boulangerie
  2. Gestion des pannes et des interventions techniques dans une boulangerie artisanale
  3. ## Pour tester sous Linux
  4. git clone https://git.techprog.be/fabien.toune/boulangerie.git
  5. cd boulangerie/
  6. virtualenv env
  7. virtualenv env
  8. . env/bin/activate
  9. pip install django
  10. pip install djangorestframework
  11. pip install django-cors-headers
  12. ./manage.py makemigrations
  13. ./manage.py migrate
  14. ./manage.py createsuperuser
  15. Ensuite :
  16. ./manage.py runserver
  17. ## Pour tester sous Windows
  18. git clone https://git.techprog.be/fabien.toune/boulangerie.git
  19. cd boulangerie/
  20. virtualenv env
  21. virtualenv env
  22. \env\Scripts\activate
  23. pip install django
  24. pip install djangorestframework
  25. pip install django-cors-headers
  26. python manage.py makemigrations
  27. python manage.py migrate
  28. python manage.py createsuperuser
  29. Ensuite :
  30. python manage.py runserver
  31. Puis se rendre sur http://localhost:8000/admin