Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Own template customization not working #196

Open
goutomroy opened this issue Dec 12, 2020 · 2 comments
Open

Own template customization not working #196

goutomroy opened this issue Dec 12, 2020 · 2 comments

Comments

@goutomroy
Copy link

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?
@goutomroy
Copy link
Author

goutomroy commented Dec 13, 2020

This solved the issue.

@jagaudin
Copy link
Contributor

@goutomroy Thanks for this. Do you know if people here take PRs for the docs? They are a few broken links too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants