File: settings_basic.py

package info (click to toggle)
django-tastypie 0.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,856 kB
  • sloc: python: 14,522; makefile: 83; sh: 36
file content (5 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
from settings import *  # noqa
INSTALLED_APPS.append('django.contrib.sessions')
INSTALLED_APPS.append('basic')

ROOT_URLCONF = 'basic.urls'