FWIW I just tried creating a new project in an environment I had on my computer:
$ pip freeze Django==1.6.11 Mezzanine==3.1.10 # this is 3.1.10 installed via pip $ mezzanine-project vanilla $ cd vanilla $ python manage.py createdb And I was prompted to create a superuser. On Fri, Jul 10, 2015 at 3:51 AM, Stephen McDonald <[email protected]> wrote: > I recall that too, but it may have been an older Django feature. > > On Fri, Jul 10, 2015 at 5:24 PM, Brandon Keith Biggs < > [email protected]> wrote: > >> Hello, >> If I'm not mistaken older versions ask you if you would like to create >> the super user. I've always used >> python manage.py createdb >> and been able to set my username and password. >> thanks, >> >> Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> >> On 7/10/2015 7:24 AM, Stephen McDonald wrote: >> >> I can confirm the usual "admin/default" superuser is created, but you're >> not prompted for it without --noinput, which is what I expected also. >> >> I also checked older versions of Mezzanine and it appears that's always >> been the case. >> >> On Fri, Jul 10, 2015 at 1:12 PM, Danny <[email protected]> wrote: >> >>> If you look in >>> https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/core/management/commands/createdb.py >>> You'll see it should create the default admin user as 'admin' with >>> password 'default'. >>> >>> Try to log in to the admin side with that. >>> >>> Although, I would have thought that unless you specified --noinput it >>> would have prompted you for this sort of information... maybe that's >>> changed. >>> >>> Seeya. Danny. >>> >>> On 10 July 2015 at 12:28, Brandon Keith Biggs < >>> [email protected]> wrote: >>> >>>> Hello, >>>> I just created a project with the latest build and I did not get asked >>>> to create a super-user. There are also no setting files in my project. I >>>> did: >>>> mezzanine-project project1 >>>> cd project1 >>>> python manage.py createdb >>>> python manage.py runserver >>>> >>>> and my site went up perfectly, but no super-user was set. >>>> thanks, >>>> >>>> -- >>>> Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Mezzanine Users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> *Danny Sag* >>> Chairperson >>> Round World Events SA, Inc >>> City of Small Gods Terry Pratchett Fan Club - >>> http://cityofsmallgods.org.au >>> >>> *Nullus Anxietas VI - The Australian Discworld Convention* - >>> http://ausdwcon.org >>> "The Discworld Grand Tour" - Adelaide SA, August 4-6, 2017 >>> >>> >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Mezzanine Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Stephen McDonald >> http://jupo.org >> -- >> You received this message because you are subscribed to the Google Groups >> "Mezzanine Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Mezzanine Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Stephen McDonald > http://jupo.org > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
