Metadata-Version: 2.4
Name: django-vanityurls
Version: 2.0
Summary: A Django vanity URLs/internal redirects app
Project-URL: Documentation, https://django-vanityurls.readthedocs.io/
Project-URL: Homepage, https://github.com/simonharris/django-vanityurls
Project-URL: Issues, https://github.com/simonharris/django-vanityurls/issues
Project-URL: Source, https://github.com/simonharris/django-vanityurls
Author-email: Simon Harding <github@pointbeing.net>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: django>=5.0.6
Description-Content-Type: text/markdown

# django-vanityurls

django-vanityurls is a Python + Django app to enable configuring short, memorable vanity URLs for a Web project via the Django admin.

## Installation

```pip install django-vanityurls```

Complete instructions including initial configuration are here: 
https://django-vanityurls.readthedocs.io/en/latest/#installation

## Links

* Source code: https://github.com/simonharris/django-vanityurls/
* Documentation: https://django-vanityurls.readthedocs.io/
* Package on PyPI: https://pypi.org/project/django-vanityurls/

