Merge branch 'master' into prod

This commit is contained in:
acidburnmonkey
2025-08-06 01:52:48 -04:00
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# Never merge settings.py - always use branch version
settings.py merge=ours
+1
View File
@@ -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()),
] ]