Web: move botweb to web
This commit is contained in:
parent
55ad48c805
commit
378029321c
@ -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)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Django settings for botweb project.
|
||||
# Django settings for web project.
|
||||
|
||||
import os.path
|
||||
|
@ -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')),
|
Loading…
Reference in New Issue
Block a user