Create url shortener using django!
git clone https://github.com/dori-dev/url-shortener.git
cd url-shortenerpython3 -m venv env
source env/bin/activatepip install -r requirements.txtpython manage.py makemigrations shortener
python manage.py migratepython manage.py createsuperuserpython manage.py runserverHome Page 127.0.0.1:8000
Admin Page 127.0.0.1:8000/admin
Download Source Code: Click Here
My Github Account: Click Here