Lapin-Blanc 3 лет назад
Родитель
Сommit
78c58c8b18
1 измененных файлов: 24 добавлений и 2 удалений
  1. +24
    -2
      README.md

+ 24
- 2
README.md Просмотреть файл

@@ -1,3 +1,25 @@
# boulangerie
# Boulangerie


Gestion des pannes et des interventions techniques dans une boulangerie artisanale
Gestion des pannes et des interventions techniques dans une boulangerie artisanale

## Pour tester

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

**Note** : sous Windows, il faut remplacer la commande "`. env/bin/activate`" par "`.\Scripts\activate`"

Ensuite :

./manage.py runserver

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

Загрузка…
Отмена
Сохранить