Starting with this tutorial (https://www.geeksforgeeks.org/how-to-build-a-url-shortener-with-django/), we collaborated to finish the coding example and fix numerous oversights.
- Python
- Git
- Python virtualenv
cd /your/projects/folder/
git clone
git clone https://github.com/Ecotrust/django_url_shortener.git
cd ./django_url_shortener
virtualenv venv_url_short
source venv_url_short/bin/activate
cd url_short
source venv_url_short/bin/activate
pip install -r ./requirements.txt
python manage.py migrate
python manage.py runserver