django-markdownx/docs-src/markdownx/docs/urls.rst
2017-05-04 11:24:06 +01:00

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