Prevent double submissions
This commit is contained in:
parent
099892e56f
commit
d52fea9afa
3 changed files with 8 additions and 9 deletions
|
@ -2,10 +2,6 @@ from django.conf.urls import patterns, include, url
|
|||
from django.contrib import admin
|
||||
|
||||
urlpatterns = patterns('',
|
||||
# Examples:
|
||||
# url(r'^$', 'minie.views.home', name='home'),
|
||||
# url(r'^blog/', include('blog.urls')),
|
||||
url(r'^$', 'links.views.home', name='home'),
|
||||
url(r'^admin/', include(admin.site.urls)),
|
||||
url(r'(.*)', 'links.views.catchall', name='short'),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue