Removed helloworld

This commit is contained in:
2022-06-28 17:01:34 +03:00
parent 8939446636
commit b64b9ec1af
10 changed files with 1 additions and 31 deletions
-1
View File
@@ -32,7 +32,6 @@ ALLOWED_HOSTS = [env('HOST_1')]
# Application definition
INSTALLED_APPS = [
'helloworld',
'faerun_calendar',
'django.contrib.admin',
'django.contrib.auth',
+1 -2
View File
@@ -18,6 +18,5 @@ from django.urls import include, path
urlpatterns = [
path('admin/', admin.site.urls),
path('', include('helloworld.urls')),
path('calendar/', include('faerun_calendar.urls')),
path('', include('faerun_calendar.urls')),
]