diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.py b/settings.py index a20037e..36c6858 100644 --- a/settings.py +++ b/settings.py @@ -1,4 +1,8 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + # Django settings for chimere project. +PROJECT_NAME = u'Chimère' ROOT_PATH = '/var/local/django/chimere/' |