commit 29: c25412a3a58a
parent 28: b2931c34c599
branch: default
Reverted inadvertent change to settings
Aaron Maenpaa / zacherates
16 months ago

Changed (Δ11 bytes):

raw changeset »

settings.py (1 lines added, 1 lines removed)

Up to file-list settings.py:

@@ -70,7 +70,7 @@ MIDDLEWARE_CLASSES = (
70
70
	'django.middleware.transaction.TransactionMiddleware',
71
71
)
72
72
73
ROOT_URLCONF = 'urls'
73
ROOT_URLCONF = 'aggregator.urls'
74
74
75
75
TEMPLATE_DIRS = (
76
76
    # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".