diff --git a/README.markdown b/README.markdown index 6bdd1ee..5ab9569 100644 --- a/README.markdown +++ b/README.markdown @@ -36,6 +36,11 @@ docker run jforman/binder:latest 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 ### If you wish to use a MySQL database, the following structure works: