Configuration

Adding django-uwsgi to your project

Add 'django_uwsgi', to your INSTALLED_APPS in settings.py:

INSTALLED_APPS += ['django_uwsgi',]