Skip to content

sudeep611/django_urlshortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Django URL Shortener

URL Shortener app with Django.

(Django 1.7.1 and Python 3.3.2+)

Running this app:

$ python manage.py syncdb 
$ python manage.py runserver

You can find the tutorial to build this app at:

Post Series:
Part 1: Create a virtual environment and install Django
Part 2: Create a new project and make sure it works
Part 3: Create Django App, Model for our App and work with Django Admin
Part 4: Working with URLs and Views
Part 5: Working on Templates, Static files and finishing up

Problem

Tweet me @acsudeep