Test Gogs qui casse l'affichage du markdown
This commit is contained in:
parent
62924f4616
commit
dcc5b94c66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user