Documentation
This commit is contained in:
parent
7172afa4a2
commit
97444cb684
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue