Re: problem with runserver

2014-11-17 Thread Andreas Ka
Good News (for me): I got that sorted. I had the exact same problems today, with a fresh install of Java8+eclipse4.4+Anaconda(updated)+django1.7, and it took me hours ... SYMPTOM: from Eclipse ... New PyDev project ... Django ... I could just not persuade the thing *to execute any django-admin ro

Re: problem with runserver

2014-11-17 Thread Avraham Serour
It is no clear what is your problem, in all that you wrote I don't see a question On Mon, Nov 17, 2014 at 3:24 PM, Det S. Pillner wrote: > Hi, > > yes I know this topic exist, bud: > > I follow this book: > > http://www.djangobook.com/en > > and I can do all the nice things up to the database ch

Re: Problem with runserver

2014-06-18 Thread Dariusz Mysior
Ok I now now Start the development server Remember, don't use runserver and *localhost:8000* on PythonAnywhere . Instead, go back to your *Web* tab, and hit reload on your web app. You will then be able to go to *your-username.pythonanywhere.

Re: Problem with runserver

2014-06-18 Thread Dariusz Mysior
It,s work but another message with port :/ Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. Error: That port is already in use. W dniu środa, 18 czerwca 2014 12:43:38 UTC+2 użytkownik Dariusz Mysior napisał: > > I use pythonanywhere.com and now I install Py

Re: Problem with runserver

2014-06-18 Thread Helton Alves
Hi, you need install this: pip install MySQL-python :D 2014-06-18 11:43 GMT+01:00 Dariusz Mysior : > I use pythonanywhere.com and now I install Python 2.7 and Django 1.6 with > virtualenv > > My settings.py is > > DATABASES = { > 'default': { > 'ENGINE': 'django.db.backends.mysql', >