> 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
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',
2 matches
Mail list logo