Add App Contracts
This commit is contained in:
@@ -19,6 +19,7 @@ INSTALLED_APPS = [
|
||||
"rest_framework_api_key",
|
||||
'socials',
|
||||
'events',
|
||||
'contracts',
|
||||
'config',
|
||||
# 'academia_nuts',
|
||||
# 'leg_info',
|
||||
|
||||
@@ -23,6 +23,7 @@ from django.urls import path, include
|
||||
urlpatterns = [
|
||||
path('socials/', include('socials.urls')),
|
||||
path('events/', include('events.urls')),
|
||||
path('contracts/', include('contracts.urls')),
|
||||
path('digimon/', admin.site.urls),
|
||||
] + static (settings.MEDIA_URL, document_root = settings.MEDIA_ROOT)
|
||||
# + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user