settings.py changed to prod settings

This commit is contained in:
acidburnmonkey
2025-08-06 01:43:23 -04:00
parent dc859f15f2
commit 1fee71370a
3 changed files with 19 additions and 3 deletions
-1
View File
@@ -2,7 +2,6 @@ from django.urls import path
from .views import Doxme, home, robots
urlpatterns = [
path('home/', home),
path('robots.txt/', robots),