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.
Fabien Toune c251effe6b Mise à jour de 'README.md' 3 år sedan
boulangerie added missing dirctory 3 år sedan
maintenance Initial code 3 år sedan
.gitignore Initial code 3 år sedan
LICENSE Initial commit 3 år sedan
README.md Mise à jour de 'README.md' 3 år sedan
manage.py Initial code 3 år sedan

README.md

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