minio이미지 업로드 기능 테스트
This commit is contained in:
@ -51,6 +51,7 @@ INSTALLED_APPS = [
|
||||
'nhnc_mgmt',
|
||||
'mm_msg',
|
||||
'ansible_manager',
|
||||
'obs_minio',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
@ -30,6 +30,7 @@ urlpatterns = [
|
||||
path('nhnc_mgmt/', include('nhnc_mgmt.urls')),
|
||||
path('mm_msg/', include('mm_msg.urls')),
|
||||
path('ansible_manager/', include('ansible_manager.urls')),
|
||||
path('obs_minio/', include('obs_minio.urls')),
|
||||
]
|
||||
|
||||
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
Reference in New Issue
Block a user