Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update home
authored
May 29, 2020
by
Remi PLANEL
Show whitespace changes
Inline
Side-by-side
home.md
View page @
b50a0333
...
@@ -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
```