diff options
author | Sean Finney <seanius@debian.org> | 2010-05-13 11:19:53 +0200 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2010-05-13 11:19:53 +0200 |
commit | 5924a11cfb9adfc57327d571f0f644cb1dcec8a0 (patch) | |
tree | adf6424dcef70bf94ec14f455c9bf9b9db4d9bc5 /settings.py | |
parent | 74cef20527c5381b4aa16976f9a15df470a195cd (diff) | |
download | patch-tracker-5924a11cfb9adfc57327d571f0f644cb1dcec8a0.tar.gz |
implement package/version view in django
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 65cbea0..81ab0b6 100644 --- a/settings.py +++ b/settings.py @@ -70,6 +70,7 @@ TEMPLATE_DIRS = ( # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. + '/home/sean/debian/patch-tracker/templates' ) INSTALLED_APPS = ( |