django-redirect-urls icon indicating copy to clipboard operation
django-redirect-urls copied to clipboard

Manage redirects in Django like you do other URLs: in code.

Results 1 django-redirect-urls issues
Sort by recently updated
recently updated
newest added

In ``redirect``, the default value for ``locale_prefix`` is ``True``. This expects that a URL will have an optional locale prefix, such as ``/en-US/the/page``, and that the locale should be automatically...