Skip to content

Ecotrust/django_url_shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

django_url_shortener

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.

Requirements

  • Python
  • Git
  • Python virtualenv

TO RUN

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