From 02c33ae78f2e81262b4fe779c72b02443ad8cf1e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 18 Oct 2010 13:49:01 +0200 Subject: [PATCH] settings: Rename project to "dorestad-bookings". --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 7ebc086..52f65ee 100644 --- a/settings.py +++ b/settings.py @@ -65,7 +65,7 @@ MIDDLEWARE_CLASSES = ( 'django.contrib.auth.middleware.AuthenticationMiddleware', ) -ROOT_URLCONF = 'dorestad1493.urls' +ROOT_URLCONF = 'dorestad-bookings.urls' TEMPLATE_DIRS = ( # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". -- 2.30.2