From e25939acc36f178f4a3b2ac362df488aecd232af Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Fri, 23 Dec 2011 16:43:14 -0500 Subject: [PATCH] Basic textbook functionality --- settings.py | 1 + urls.py | 1 + 2 files changed, 2 insertions(+) diff --git a/settings.py b/settings.py index f2672d5bed..6dd38e683a 100644 --- a/settings.py +++ b/settings.py @@ -102,6 +102,7 @@ INSTALLED_APPS = ( 'auth', 'django.contrib.humanize', 'static_template_view', + 'textbook', # Uncomment the next line to enable the admin: # 'django.contrib.admin', # Uncomment the next line to enable admin documentation: diff --git a/urls.py b/urls.py index c7811cff44..d9c0c9801b 100644 --- a/urls.py +++ b/urls.py @@ -18,6 +18,7 @@ urlpatterns = patterns('', # url(r'^accounts/register/$', 'registration.views.register', {'success_url':'/accounts/register/complete'}), # url(r'^accounts/', include('registration.urls')), url(r'^t/(?P