mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 22:37:10 +00:00
change markdown editor in admin (now I use https://github.com/pylixm/django-mdeditor)
This commit is contained in:
@@ -16,6 +16,8 @@ urlpatterns = [
|
||||
path("tinymce/", include("tinymce.urls")),
|
||||
# martor
|
||||
path("martor/", include("martor.urls")),
|
||||
# mdeditor
|
||||
path(r'mdeditor/', include('mdeditor.urls')),
|
||||
# Admin urls
|
||||
path("admin/", admin.site.urls),
|
||||
# API urls
|
||||
|
||||
Reference in New Issue
Block a user