From 97444cb6845a4fd0ff7f711903f09ea1545e0882 Mon Sep 17 00:00:00 2001 From: Eric van der Vlist Date: Sat, 18 Apr 2020 09:41:08 +0200 Subject: [PATCH] Documentation --- README.markdown | 5 +++++ 1 file changed, 5 insertions(+) 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: