mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
16 lines
No EOL
572 B
ReStructuredText
16 lines
No EOL
572 B
ReStructuredText
:github_url: https://github.com/adi-/django-markdownx/tree/master/markdownx/urls.py
|
|
|
|
URLs
|
|
----
|
|
|
|
.. automodule:: markdownx.urls
|
|
|
|
|
|
|
|
.. tip::
|
|
All **MarkdownX** URLs patterns have unique names that start with ``markdownx_`` and are followed by a specific
|
|
name; for instance, the `upload` link has the name :guilabel:`markdownx_upload`. It is still possible to use
|
|
the ``namespace`` attribute (see `Django docs`_ to find out more) when including the patterns in your project.
|
|
|
|
|
|
.. _Django docs: https://docs.djangoproject.com/en/dev/topics/http/urls/#url-namespaces |