Skip to content

Instantly share code, notes, and snippets.

@vickoman
Created February 6, 2014 18:36
Show Gist options
  • Save vickoman/8849983 to your computer and use it in GitHub Desktop.
Save vickoman/8849983 to your computer and use it in GitHub Desktop.
from django.conf.urls import patterns, url
from app import views
urlpatterns = patterns('',
url(r'^$', views.app_index, name='app_index'),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment