verdandi/verdandi/constants.py

8 lines
141 B
Python
Raw Normal View History

2015-02-26 23:56:19 +01:00
#!/usr/bin/env python2
OUTPUT_DIRECTORY = "rendered_root"
TEMPLATE_DIRECTORY = "templates"
CONTENT_DIRECTORY = "content"
SERVE_PORT = 8000