Goutom Roy
Goutom Roy
I followed following link to make my editor and preview side by side. https://neutronx.github.io/django-markdownx/customization/#customization In `settings.py` ```TEMPLATES = [ { "BACKEND": "django.template.backends.django.DjangoTemplates", "DIRS": [ os.path.join(BASE_DIR, 'templates/'), ], "APP_DIRS": True, "OPTIONS":...
When I click on **Module Index** it hits http://127.0.0.1/docs/py-modindex.html and gives me error **py-modindex.html** does not exist `Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/docs/py-modindex.html Raised by: docs.views.serve_docs...
Firstly, thank you for very useful app to use. Is there any plan to integrate [django-url-filter](https://github.com/miki725/django-url-filter) ? It will be great if it supports this very useful package.