Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 1.49 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.49 KB

djangoShortener

Simple URL shortener made in django.

About

There's nothing to say. It's just simple URL shortener with database support.

Built with

Python HTML css PyCharm

Features

  • Shortener
  • Save to database
  • Protected from doubling URL's

Setup

  • 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

To Do

  • Two facor authentication
  • Forgot password

Contact

Feel free to contact me via discord Szczurowsky#2137

MIT © Szczurowsky