/short-url-shortener

A dead simple URL shortener using Django and fbootstrap for CSS.

Primary LanguageCSS

short-url-shortener

A dead simple URL shortener using Django and fbootstrap for CSS.

How to RUN:

  • Set the BASE_URL in settings.py by default it is 'http://sho.rt/'

  • Set these fields according to your database in settings.py.

         'ENGINE': 'django.db.backends.',
         'NAME': '',
         'USER': '',
         'PASSWORD': ''
    
  • Run python manage.py syncdb

  • Run python manage.py runserver