X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fema.git;a=blobdiff_plain;f=settings.py;h=9e023371721ec784cf1a7a6a25a30ae4abaf7ac4;hp=8d93260480adfe3a0caf15d6686e01698e44b3c7;hb=904c8cbfbcaf18c21e19f58d81adff6b8b271e9f;hpb=7196737d39e85c1799e2ee3c4fe0b9ca6d9b45bf diff --git a/settings.py b/settings.py index 8d93260..9e02337 100644 --- a/settings.py +++ b/settings.py @@ -86,6 +86,7 @@ TEMPLATE_DIRS = ( # "C:/www/django/templates". Always use forward slashes, even on # Windows. Don't forget to use absolute paths, not relative # paths. + INSTANCE('templates'), ) INSTALLED_APPS = ( @@ -94,5 +95,6 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', + 'diario', 'ema.eventos', )