def main():
if not settings.configured:
module_root = path.dirname(path.realpath(__file__))
settings.configure(
DEBUG = False,
INSTALLED_APPS = (
'private_storage',
),
)
if django.VERSION >= (1,7):
django.setup()
makemessages()
评论列表
文章目录