zacherates / aggregator-dev (http://aggregator.crimzon.ath.cx/rss)
No description has been added.
Clone this repository (size: 97.7 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/zacherates/aggregator-dev/
| commit 29: | c25412a3a58a |
| parent 28: | b2931c34c599 |
| branch: | default |
Reverted inadvertent change to settings
Changed (Δ11 bytes):
raw changeset »
settings.py (1 lines added, 1 lines removed)
| … | … | @@ -70,7 +70,7 @@ MIDDLEWARE_CLASSES = ( |
70 |
70 |
'django.middleware.transaction.TransactionMiddleware', |
71 |
71 |
) |
72 |
72 |
|
73 |
ROOT_URLCONF = ' |
|
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". |
