Kaydet (Commit) e8c34bb8 authored tarafından Mahendra Yadav's avatar Mahendra Yadav Kaydeden (comit) Tim Graham

Added a missing import in tutorial 3.

üst 3432f5d6
......@@ -450,6 +450,8 @@ file, go ahead and add an ``app_name`` to set the application namespace:
from django.conf.urls import url
from . import views
app_name = 'polls'
urlpatterns = [
url(r'^$', views.index, name='index'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment