I have a Django app for which I have created a superuser account for so I can log into django-admin.
This works in local (I can log in).
How do I create a superuser on my appspot.com account on Google App Engine?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For anyone else with a similar problem: what you need to do is use
to create a superuser in GAE