django-markdownx/docs-src/markdownx/docs/urls.rst

16 lines
572 B
ReStructuredText
Raw Normal View History

2017-04-25 00:17:10 +00:00
:github_url: https://github.com/adi-/django-markdownx/tree/master/markdownx/urls.py
URLs
----
2017-05-04 10:24:06 +00:00
2017-04-25 00:17:10 +00:00
.. automodule:: markdownx.urls
2017-05-04 10:24:06 +00:00
.. 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