thanks for support me. that mistake is on official tutorial. but i tried python manage.py runserver like other django apps and return me that DJANGO_SETTINGS is not defined...
On Saturday, October 13, 2012 6:49:59 PM UTC-3, Nate Aune wrote: > > The two errors are unrelated. The problem installing it locally is that > you're using: > manager.py runserver > > and you should be typing: > python manage.py runserver > > notice you have an extra 'r' at the end of 'manage' > > On Sat, Oct 13, 2012 at 3:30 AM, Igor Valoto <[email protected]<javascript:> > > wrote: > >> the deploy fails on Appsembler too =/ >> >> -- >> >> >> >> > > > > -- > > > [email protected] <javascript:> > +1 (617) 517-4953 > http://twitter.com/natea | http://linkedin.com/in/natea > > --
