From 8c2efce963b2e44306edee77fa07fe80c40bf8ab Mon Sep 17 00:00:00 2001 From: Joey Hagedorn Date: Wed, 12 Jul 2006 22:18:32 +0000 Subject: sync'd DB, so that no longer do installers of the new reporting system need to "python manage.py syncdb" when setting up sqlite and new reports stuff. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1935 ce84e21b-d406-0410-9b95-82705330c041 --- reports/brpt/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reports/brpt/urls.py') diff --git a/reports/brpt/urls.py b/reports/brpt/urls.py index 9f6a42522..9d015723b 100644 --- a/reports/brpt/urls.py +++ b/reports/brpt/urls.py @@ -17,7 +17,7 @@ urlpatterns = patterns('', (r'^displays/$','brpt.reports.views.display_index'), # Uncomment this for admin: - (r'^admin/', include('django.contrib.admin.urls')), + #(r'^admin/', include('django.contrib.admin.urls')), -- cgit v1.2.3-1-g7c22