2015-06-10 20:12:18 +00:00
|
|
|
"""
|
|
|
|
Basic settings for AutoAPI projects.
|
|
|
|
|
|
|
|
You shouldn't need to touch this.
|
|
|
|
"""
|
|
|
|
|
2015-04-08 05:54:53 +00:00
|
|
|
import os
|
|
|
|
|
|
|
|
SITE_ROOT = os.path.dirname(os.path.realpath(__file__))
|
|
|
|
TEMPLATE_DIR = os.path.join(SITE_ROOT, 'templates')
|