summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-07-02 17:35:39 +0000
committerluxagraf <sng@luxagraf.net>2014-07-02 17:35:39 +0000
commita71902d62b6313dde8357c47ea2af4c3caba69bd (patch)
tree988b32632641c716bdcf0d97590c11951c3e33d9 /config
parentcc9695f4c4c14d61c32611dba4ec88c98c6ce460 (diff)
bugfixes after launch
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/'