Skip to content

clickclickonsal/url_shortener_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django URL Shortener

A Url shortener written in Python/Django. The majority of this project was built by following Arun Ravindrans's Blog post on Understanding TDD with Django. Check out my Blog Post, A Rubyist’s Experience Building a Url Shortener in Python/Django, related to this project.

Local Set Up

  • $ git clone [email protected]:clickclickonsal/url_shortener_django.git
  • $ cd url_shortener
  • $ python manage.py syncdb
  • $ python manage.py migrate
  • $ python manage.py runserver

Technologies Used

  • Python 2.7.8
  • Django 1.7.1
  • Sqlite 3.8.5

Written By: Salvador Hernandez

About

A Url shortener written in Python/Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published