Re: error message on runserver locally

2012-12-15 Thread Phil Brant
2012 at 4:25 PM, Dev wrote: > Run from command line: > "python manage.py runserver" > > Also i guess you are getting an import error because your 'path > environment variable' doesn't contain the path of the directory of your > project. > > Sen

Re: error message on runserver locally

2012-12-15 Thread Phil Brant
OK, thanks for your help anyway. On Sat, Dec 15, 2012 at 3:57 PM, Ramiro Morales wrote: > > On Dec 15, 2012 11:30 AM, "Phil" wrote: > > > > Hi, > > > > I had django setup and working for over a year now working with it on > and off. I was away for a month, came back and now whenever I run > "d

Re: error message on runserver locally

2012-12-15 Thread Phil Brant
er" because your > local directory isn't in your paths. > > Regards, > Xavier Ordoquy, > Linovia. > > Le 15 déc. 2012 à 16:14, Phil Brant a écrit : > > I tried "manage.py runserver 8080" there just get "command not found". > I've never do

Re: error message on runserver locally

2012-12-15 Thread Phil Brant
I tried "manage.py runserver 8080" there just get "command not found". I've never done it that way in the past but doesn't work either. On Sat, Dec 15, 2012 at 3:09 PM, Xavier Ordoquy wrote: > > Have you tried to start them with the manage.py runserver instead of > django-admin ? > > Regards, >