Web: move botweb to web

This commit is contained in:
Brian S. Stephan 2011-02-19 13:22:36 -06:00
parent 55ad48c805
commit 378029321c
13 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import os
import sys
path = '/home/bss/Programs/dr.botzo/botweb'
path = '/home/bss/Programs/dr.botzo/web'
if path not in sys.path:
sys.path.append(path)

View File

@ -1,4 +1,4 @@
# Django settings for botweb project.
# Django settings for web project.
import os.path

View File

@ -8,7 +8,7 @@ urlpatterns = patterns(
'',
(r'^karma/', include('karma.urls')),
# Example:
# (r'^botweb/', include('botweb.foo.urls')),
# (r'^web/', include('web.foo.urls')),
# Uncomment the admin/doc line below to enable admin documentation:
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),