Merge branch 'master' into prod
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
# Never merge settings.py - always use branch version
|
||||||
|
settings.py merge=ours
|
||||||
@@ -4,6 +4,7 @@ from .views import Doxme, home, robots
|
|||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('home/', home),
|
path('home/', home),
|
||||||
|
path('', home),
|
||||||
path('robots.txt/', robots),
|
path('robots.txt/', robots),
|
||||||
path('doxme/', Doxme.as_view()),
|
path('doxme/', Doxme.as_view()),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user