Re: Problems with Virtualenv and Django 1.4 -- deployment on uwsgi.

2012-04-03 Thread Roberto De Ioris
> Since I've upgraded the version of Django and started a new project on > it, I cannot make it work properly with uwsgi. > > The problem is that django doesn't import apps from project tree. My > settings.py looks like this: > > INSTALLED_APPS = ( > 'django.contrib.auth', > 'django.contri

Problems with Virtualenv and Django 1.4 -- deployment on uwsgi.

2012-04-03 Thread Maciej Szlosarczyk
Since I've upgraded the version of Django and started a new project on it, I cannot make it work properly with uwsgi. The problem is that django doesn't import apps from project tree. My settings.py looks like this: INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes',