Added view to display project settings

This commit is contained in:
Roberto Rosario
2011-02-09 12:31:27 -04:00
parent 77aa263304
commit 57704f3cd0
3 changed files with 75 additions and 2 deletions

View File

@@ -3,4 +3,5 @@ from django.conf.urls.defaults import *
urlpatterns = patterns('main.views',
url(r'^$', 'home', (), 'home'),
url(r'^check_settings/$', 'check_settings', (), 'check_settings')
)