Gestion des pannes et des interventions techniques dans une boulangerie artisanale
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

963 B

Boulangerie

Gestion des pannes et des interventions techniques dans une boulangerie artisanale

Pour tester sous Linux

git clone https://git.techprog.be/fabien.toune/boulangerie.git
cd boulangerie/
virtualenv env
virtualenv env
. env/bin/activate
pip install django
pip install djangorestframework
pip install django-cors-headers
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser

Ensuite :

./manage.py runserver

Pour tester sous Windows

git clone https://git.techprog.be/fabien.toune/boulangerie.git
cd boulangerie/
virtualenv env
virtualenv env
\env\Scripts\activate
pip install django
pip install djangorestframework
pip install django-cors-headers
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser

Ensuite :

python manage.py runserver

Puis se rendre sur http://localhost:8000/admin