settings.py changed to prod settings
This commit is contained in:
@@ -2,7 +2,6 @@ from django.urls import path
|
||||
from .views import Doxme, home, robots
|
||||
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path('home/', home),
|
||||
path('robots.txt/', robots),
|
||||
|
||||
Reference in New Issue
Block a user