Update home authored by Remi  PLANEL's avatar Remi PLANEL
......@@ -20,3 +20,11 @@ CREATE USER rplanel WITH ENCRYPTED PASSWORD 'password';
ALTER USER rplanel CREATEDB;
GRANT ALL PRIVILEGES ON DATABASE cc_qtl_db TO rplanel;
```
# Django
Créer un superuser
```console
$ python manage.py createsuperuser
```
\ No newline at end of file