Gestion des pannes et des interventions techniques dans une boulangerie artisanale
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fabien Toune c251effe6b Mise à jour de 'README.md' 3 년 전
boulangerie added missing dirctory 3 년 전
maintenance Initial code 3 년 전
.gitignore Initial code 3 년 전
LICENSE Initial commit 3 년 전
README.md Mise à jour de 'README.md' 3 년 전
manage.py Initial code 3 년 전

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