You shouldn't need to run runserver.py directly. You should change into your project directory (where manage.py lives) and use:
python manage.py runserver On Thursday, 7 August 2014 03:10:44 UTC+1, Eric G wrote: > > Yeah, I tried running the runserver.py script from the django-trunk file, > and the error message was: > > ImportError: Could not import settings 'myproject.settings.admin' (Is it > on sys.path? Is there an import error in the settings file?): No module > named myproject.settings.admin > > On Wednesday, August 6, 2014 5:41:55 PM UTC-7, Collin Anderson wrote: >> >> Is there an error message on the runserver console? Or is it possible to >> start a new one? >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d896def0-9228-4dd8-80c1-e2804a26889f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

