INSTALLED_APPS
After installation you must go thought these steps to use django-pyston:
The following variables have to be added to or edited in the project’s settings.py:
settings.py
For using pyston you just add add pyston to INSTALLED_APPS variable:
pyston
INSTALLED_APPS = ( ... 'pyston', ... )