From a8255de2b08940d65bd312be351394c3555b6dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9?= Date: Tue, 19 Nov 2024 19:20:32 +0100 Subject: [PATCH] Instruction sur la commande create_content_pages --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f7a87b14..441024f04 100644 --- a/README.md +++ b/README.md @@ -113,12 +113,21 @@ django-admin import_departements django-admin import_communes ``` -Des données de test peuvent être chargées ainsi (fixtures) : +### Données de test +- fixtures : ```bash ls -d lemarche/fixtures/django/* | xargs django-admin loaddata ``` +- commande Django : +```bash +django-admin create_content_pages +``` + +> **Remarque** : La commande `create_content_pages` crée 6 pages de types ContentPage : +('accessibilite', 'cgu', 'cgu-api', 'confidentialite', 'mentions-legales' et 'qui-sommes-nous'). + ## API Il y a aussi une API, qui propose plusieurs endpoints et interfaces de documentation :