summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/base_urls.py2
-rw-r--r--config/settings.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/base_urls.py b/config/base_urls.py
index 62ff3e6..45cb168 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -64,7 +64,7 @@ urlpatterns += patterns('',
#homepage
(r'^$', 'blog.views.home'),
#pages
- (r'^(?P<slug>[-\w]+)/$', 'pages.views.page'),
+ #(r'^(?P<slug>[-\w]+)/$', 'pages.views.page'),
)
diff --git a/config/settings.py b/config/settings.py
index 9a18f89..7f204b8 100644
--- a/config/settings.py
+++ b/config/settings.py
@@ -63,7 +63,7 @@ PIN_PASS = "hyperrealtryptamine@34zaq"
#root url
BASE_URL = "http://luxagraf.net/"
#path to the folder that holds the generated html files
-FLATFILES_ROOT = os.path.join(PROJ_ROOT, 'v8/')
+FLATFILES_ROOT = os.path.join(PROJ_ROOT, 'site/')
#media and image URLs for the generated html files
BAKED_IMAGES_URL = 'https://images.luxagraf.net/'
BAKED_MEDIA_URL = 'http://luxagraf.net/media/'