Django-nonrel admin superuser in Google App Engine -


I have a Django app for which I have created a superuser account, so I can log in to Django-Admin.

It works in local (I can log in).

How do I create a super user on my appspot.com account on Google App Engine?

For someone with similar problem: What do you need to do

 manage A super-user in GAE 

to create py remote createsuperuser

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -