Hi, i am trying to test this new django beta but i am having problems doing it, in first place i followed this instructions for make my virtualenv with python 3.3 and install in it django 1.7b1: https://www.pythonanywhere.com/wiki/VirtualEnvForNewerDjango
For the django instalation i used pip like is writted in the django web: https://www.djangoproject.com/download/
pip install https://www.djangoproject.com/download/1.7b1/tarball/
Then i made my new project (totally empty) and did a syncdb for create my admin user, all fine.
Of course like is written in the first instructions, i changed the wsgi file (/var/www/mcoffee_pythonanywhere_com_wsgi.py): http://pastebin.com/FhGm49Qs
This is the error log from the server: http://pastebin.com/9Q3R65CR
I can identify in line 73: Put 'django.contrib.admin' in your INSTALLED_APPS setting in order to use the admin application.
But i already have it there, then i made another virtualenv with django 1.6.2 and change the wsgi for choose this new virtualev, once done reload the site and the django welcome page load perfectly; then the problem is with the django 1.7b1 configuration or something.
Has anyone tried install django 1.7b1?, i would like know this because maybe is a problem with the beta and not how i am configuring the enviroment.