propagate from branch 'i2p.www' (head dbfcd209262b614402bd832643162b809fa3d12c)

to branch 'i2p.www.str4d' (head fc5bfa1c8e7d82ab5229aef5ec7d434a893d038a)
This commit is contained in:
str4d
2016-04-03 11:33:27 +00:00
9 changed files with 197 additions and 26 deletions

View File

@@ -110,6 +110,7 @@ GETTEXT_DOMAIN_MAPPING = {
TEMPLATE_DIR = os.path.join(os.path.dirname(__file__), 'pages')
STATIC_DIR = os.path.join(os.path.dirname(__file__), 'static')
SPEC_DIR = os.path.join(os.path.dirname(__file__), 'spec')
PROPOSAL_DIR = os.path.join(SPEC_DIR, 'proposals')
BLOG_DIR = os.path.join(os.path.dirname(__file__), 'blog')
MEETINGS_DIR = os.path.join(os.path.dirname(__file__), 'meetings/logs')
SITE_DIR = os.path.join(TEMPLATE_DIR, 'site')