From c719dcba2d37f1814aa2bae55947d77453f70b9c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 21 Feb 2007 21:58:59 -0800 Subject: fixed some xhtml nitty gritty, progress on git_wiki --- bn_django/git_wiki/urls.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bn_django/git_wiki/urls.py') diff --git a/bn_django/git_wiki/urls.py b/bn_django/git_wiki/urls.py index 98cedc4..d765aea 100644 --- a/bn_django/git_wiki/urls.py +++ b/bn_django/git_wiki/urls.py @@ -3,11 +3,6 @@ from django.conf import settings from models import * -try: - GITWIKI_BASE = settings.GITWIKI_BASE -except AttributeError: - GITWIKI_BASE='/home/usr/doc/' - try: ADMIN_URL = settings.ADMIN_URL except AttributeError: -- cgit v1.2.3