Update 一个完整的初学者指南Django-part1.md

Row 435 missing one '
pull/20/head
涛子 2019-07-17 10:19:34 +08:00 committed by GitHub
parent 5d9caf3948
commit b91e394a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ from django.contrib import admin
from boards import views
urlpatterns = [
url(r'^/code>, views.home, name='home'),
url(r'^/code>', views.home, name='home'),
url(r'^admin/', admin.site.urls),
]
```