mirror of https://github.com/TwoWater/Python
Merge b91e394a6c
into 39b1d5bad7
commit
74a8b15450
|
@ -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),
|
||||
]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue