URL-Shortener Simple url shortener, made with Django. Uses the first 6 characters of the url's hash to create a shortened url. How To Use 1- Clone the project. 2- Install Django. 3- Run the following commands: python manage.py migrate python manage.py runserver