✨ Feat: [#41] notification 관련 설정 추가
This commit is contained in:
@@ -56,6 +56,7 @@ INSTALLED_APPS = [
|
||||
'portfolios',
|
||||
'projects',
|
||||
'codes',
|
||||
'notifications',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
@@ -10,6 +10,7 @@ urlpatterns = [
|
||||
# path('api/code/', include('codes.urls')),
|
||||
path('api/portfolio/', include('portfolios.urls')),
|
||||
path('api/project/', include('projects.urls')),
|
||||
path('api/notification/', include('notifications.urls')),
|
||||
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
if settings.DEBUG:
|
||||
|
||||
Reference in New Issue
Block a user