First version of calendar
This commit is contained in:
@@ -32,6 +32,8 @@ ALLOWED_HOSTS = [env('HOST_1')]
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'helloworld',
|
||||
'faerun_calendar',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
|
||||
@@ -19,4 +19,5 @@ from django.urls import include, path
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('', include('helloworld.urls')),
|
||||
path('calendar/', include('faerun_calendar.urls')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user