Test Gogs qui casse l'affichage du markdown

This commit is contained in:
Michel Roux 2016-02-14 22:13:01 +01:00
parent 62924f4616
commit dcc5b94c66

View File

@ -6,19 +6,25 @@ To run locally, do the usual :
- Create a virtualenv
- Install dependencies :
```
pip install -r requirements.txt
```
- Clone the project
- Inside virtualenv, do theses commands to create the database :
```
python manage.py makemigrations
python manage.py migrate
```
- Finally, run the server :
```
python manage.py runserver
```
- Website will be available through [http://localhost:8000/](http://localhost:8000/)
## Grab orders from the API