Skip to content

Working with Django

Aaron Kyle Dennis edited this page Feb 17, 2015 · 8 revisions

To create a superuser (which would allow Mezzanine login):

'django createsuperuser username'

for more help

'django help'

Helpful Resources

  • Sigurd Gartmann. Django by errors - a different Django tutorial
    • Tutorial for building a'recipe' site that uses error messages to help guide development in order to help get users accustomed to dealing with error messages. The tutorial also deals with form management (via Twitter Bootstrap) and database migrations (using South).