Gestion des pannes et des interventions techniques dans une boulangerie artisanale
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 963 B

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