sync with gvafile
This commit is contained in:
parent
86d20614a2
commit
e2651eb9e9
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ Common settings and globals.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
from os.path import abspath, basename, dirname, join, normpath
|
from os.path import abspath, basename, dirname, join, normpath
|
||||||
from sys import path
|
from sys import path
|
||||||
from os import environ
|
from os import environ
|
||||||
|
|
|
@ -12,7 +12,6 @@ admin.autodiscover()
|
||||||
|
|
||||||
urlpatterns = patterns(
|
urlpatterns = patterns(
|
||||||
'',
|
'',
|
||||||
# Uncomment the next line to enable the admin:
|
|
||||||
url(r'^admin/', include(admin.site.urls)),
|
url(r'^admin/', include(admin.site.urls)),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue