Update home authored by Remi  PLANEL's avatar Remi PLANEL
...@@ -27,8 +27,11 @@ GRANT ALL PRIVILEGES ON DATABASE cc_qtl_db TO rplanel; ...@@ -27,8 +27,11 @@ GRANT ALL PRIVILEGES ON DATABASE cc_qtl_db TO rplanel;
# Django # Django
Créer un superuser - Créer un superuser
```console ```console
$ python manage.py createsuperuser $ python manage.py createsuperuser
``` ```
- Extract Fixtures
```console
python manage.py dumpdata api.projectrole_permissions --natural-foreign --natural-primary > /path/to/fixtures/fixtures.json
```