Skip to content

Commit

Permalink
add fixture loading info in README
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Jan 24, 2024
1 parent 6787b33 commit 47304d4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,19 @@ Le script [start_docker.sh](./start_docker.sh) permet de lancer les environnemen

Une fois lancé, l'application est disponible sur http://localhost:8880/.

Le dépôt de besoin utilise les périmètres. Il est possible de les charger avec les commandes Django :
```bash
django-admin import_regions
django-admin import_departements
django-admin import_communes
```

Des données de test peuvent être chargées ainsi (fixtures) :

```bash
ls -d lemarche/fixtures/django/* | xargs django-admin loaddata
```

## API

Il y a aussi une API, qui propose plusieurs endpoints et interfaces de documentation :
Expand Down

0 comments on commit 47304d4

Please sign in to comment.