Documentation

This commit is contained in:
Eric van der Vlist 2020-04-18 09:41:08 +02:00
parent 7172afa4a2
commit 97444cb684
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ docker run jforman/binder:latest
Default admin user for Binder is 'admin', and password is 'admin' as well. Default admin user for Binder is 'admin', and password is 'admin' as well.
If the default admin user doesn't exist in your database, create one:
```shell script
python manage.py createsuperuser
```
### MySQL database ### ### MySQL database ###
If you wish to use a MySQL database, the following structure works: If you wish to use a MySQL database, the following structure works: