X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=settings.py;h=9e023371721ec784cf1a7a6a25a30ae4abaf7ac4;hb=79952cb192823de33542fe2f950474e3882ae9c4;hp=8d93260480adfe3a0caf15d6686e01698e44b3c7;hpb=7196737d39e85c1799e2ee3c4fe0b9ca6d9b45bf;p=cascardo%2Fema.git 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', )