Posts
Q&A
ckeditor ๋ก ์ด๋ฏธ์ง ์ฝ์ ๋ ์ ๋๋๋ฐ
ํด๊ฒฐ๋์์ต๋๋ค. ์ ๋ง ๊ฐ์ฌํฉ๋๋ค ๊ฒฐ๊ตญ ์ ์ค์์ ์คํ ์ ๋๋ค
- 0
- 6
- 509
Q&A
ckeditor ๋ก ์ด๋ฏธ์ง ์ฝ์ ๋ ์ ๋๋๋ฐ
์ ์ด๋ ๊ฒ ๋น ๋ฅธ ๋ต์ ํด์ฃผ์๋ ๊ณ ๋ง์ต๋๋ค. ์ด๋ฏธ settings.py ์์ ์ฒจ๊ฐํ๋๋ฐใ กใ ก ์ ๋๋๊ตฐ์.....(์ฌ์ง)
- 0
- 6
- 509
Q&A
ckeditor ๋ก ์ด๋ฏธ์ง ์ฝ์ ๋ ์ ๋๋๋ฐ
๋น ๋ฅธ ๋ต์ ๊ฐ์ฌํฉ๋๋ค. from django.contrib import adminfrom django.urls import include, pathfrom aury import viewsfrom django.conf import settingsfrom django.conf.urls.static import staticurlpatterns = [ path('', include('aury.urls')), path('ckeditor/', include('ckeditor_uploader.urls')), path('admin/', admin.site.urls),] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)(์ฌ์ง)
- 0
- 6
- 509