Moved meetings/* to meetings/logs/ (ready for splitting out meetings code)

This commit is contained in:
str4d
2012-12-19 06:58:07 +00:00
parent 785f627d7a
commit 3ff5e146dc
355 changed files with 1 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ TEMPLATE_DIR = os.path.join(os.path.dirname(__file__), 'pages')
STATIC_DIR = os.path.join(os.path.dirname(__file__), 'static')
BLOG_DIR = os.path.join(os.path.dirname(__file__), 'blog')
MEETINGS_DIR = os.path.join(os.path.dirname(__file__), 'meetings')
MEETINGS_DIR = os.path.join(os.path.dirname(__file__), 'meetings/logs')
BLOG_ENTRIES_PER_PAGE = 20
MEETINGS_PER_PAGE = 20

Some files were not shown because too many files have changed in this diff Show More