mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 03:57:09 +00:00
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
@@ -463,7 +463,7 @@ TINYMCE_DEFAULT_CONFIG = {
|
||||
"alignright alignjustify | bullist numlist outdent indent | "
|
||||
"removeformat | help",
|
||||
"skin": "oxide-dark",
|
||||
"content_css": "dark"
|
||||
"content_css": "dark",
|
||||
}
|
||||
|
||||
# GUID
|
||||
|
||||
@@ -13,7 +13,7 @@ admin.site.index_title = "DataRush"
|
||||
|
||||
urlpatterns = [
|
||||
# tinymce
|
||||
path('tinymce/', include('tinymce.urls')),
|
||||
path("tinymce/", include("tinymce.urls")),
|
||||
# Admin urls
|
||||
path("admin/", admin.site.urls),
|
||||
# API urls
|
||||
|
||||
Reference in New Issue
Block a user