Simple URL shortener made in django.
There's nothing to say. It's just simple URL shortener with database support.
- Shortener
- Save to database
- Protected from doubling URL's
- Clone repository
https://github.com/Szczurowsky/djangoShortener
- Place into Django directory
- Install required packages:
pip install validators
- Add url to app in main url file.
path('', include('shortener.urls'))
- Enjoy
- Two facor authentication
- Forgot password
Feel free to contact me via discord Szczurowsky#2137
MIT © Szczurowsky