MEGARA ETC
September 28, 2015 ยท View on GitHub
========== MEGARA ETC
Run MEGARA ETC as a Django APP
Quick start
-
Add "etc" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = ( ... 'etc', )
-
Include the polls URLconf in your project urls.py like this::
url(r'^etc/', include('etc.urls')),
-
Run
python manage.py migrateto create the etc models.