Added some tests to modeltests/many_to_one that demonstrate a post-queryset-refactor...
[fdr-django.git] / examples / settings.py
blobaa54a343869ec6fe070b7641a725d31dfd8b16ad
1 # Django settings for the example project.
3 DEBUG = True
4 TEMPLATE_DEBUG = DEBUG
5 ROOT_URLCONF = 'examples.urls'