Set handles_subpath to be a class method rather than trying to resolve the url based...
[philo.git] / docs / dummy-settings.py
1 DATABASES = {
2     'default': {
3         'ENGINE': 'django.db.backends.sqlite3',
4         'NAME': 'db.sl3'
5     }
6 }