-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
I followed following link to make my editor and preview side by side.
https://neutronx.github.io/django-markdownx/customization/#customization
In settings.py
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [
os.path.join(BASE_DIR, 'templates/'),
],
"APP_DIRS": True,
"OPTIONS": {
"context_processors": [
"django.template.context_processors.debug",
"django.template.context_processors.request",
"django.contrib.auth.context_processors.auth",
"django.contrib.messages.context_processors.messages",
],
},
},
]```
but still preview shows under editor.
Any help?
Metadata
Metadata
Assignees
Labels
No labels