]> git.0d.be Git - panikweb.git/blobdiff - panikweb/settings.py
move static & templates to panikweb project directory
[panikweb.git] / panikweb / settings.py
index 44d48bbf7e59abfe182f53d1ef05c601da7439f7..9bcb2fc12481820f65479ce7b042bb95d82f7cf5 100644 (file)
@@ -114,7 +114,7 @@ TEMPLATES = [
     {
         'BACKEND': 'django.template.backends.django.DjangoTemplates',
         'DIRS': [
-            os.path.join(PROJECT_DIR, 'panikweb_templates'),
+            os.path.join(PROJECT_DIR, 'panikweb', 'templates'),
         ],
         'APP_DIRS': True,
         'OPTIONS': {
@@ -156,7 +156,6 @@ INSTALLED_APPS = (
     'haystack',
     'taggit',
     'gadjo',
-    'panikweb_templates',
     'panikweb.paniktags',
     'sorl.thumbnail',
     'ckeditor',