10 Oct 2024, 7:28 a.m.
Vanity URLs for Django Projects Using django-vanityurls
I've just yesterday released a small open source project, which I hope may be of use to somebody out there. I'm already using it on MusicLiveCOLCHESTER, so at least I know it works!
It's a Django app named django-vanityurls. It's pretty simple and lets you set up short, memorable vanity URLs for your site via the Django admin.
It's just a hobby, but with any such project, I try to take a professional approach, so there is 100% test coverage and brief but comprehensive documentation. Feel free to have a look:
- The django-vanityurls project page on PyPI, the Python Package Index
- The django-vanityurls documentation on Read the Docs
- The django-vanityurls source code repository on Github
I'll write a bit more about another of my projects, django-wikiwikiweb, in due course, but that will take a bit longer to describe.