sync with gvafile

This commit is contained in:
Jan Dittberner 2014-12-25 22:16:17 +01:00
parent 86d20614a2
commit e2651eb9e9
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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)),
) )