Add Django initial migration

This commit is contained in:
Claude Paroz 2015-09-22 18:29:42 +02:00
parent 5eb3c7d958
commit dce7472672
3 changed files with 206 additions and 2 deletions

View file

@ -104,4 +104,4 @@ INSTALLED_APPS = (
ALLOWED_HOSTS = ['localhost', 'stages.pierre-coullery.ch']
from local_settings import *
from .local_settings import *