Good Morning Noe,
thanks for your answers.
It works... I'm admin!
My mistake:
My command in terminal was: "bin/django-admin createsuperuser" IT IS FALSE!
The right command is: "bin/django createsuperuser" without "-admin"
My way to admin:* cd into your buildout directory # "buildout" directory means the lfs-installer directory.
* type: bin/django createsuperuser # and not bin/django-admin createsuperuser
* and fill in the blanks (username, E-Mail, password)
after fill out the blanks start your server:
* bin/django runserver
navigate to:
http://localhost:8000/loginHere you can see two empty fields on the left side: "E-Mail:" and "Passwort:"
Attention, there is a little trap:
*Write your username (from above) into the field "E-Mail". And not your E-Mail.
*write your password (from above)
Now you are admin! :-)
Thanks a lot Noe an Kai!
Sebastian