/dumponus

A simple and straight-forward image uploader based on Django, Twitter Bootstrap and jQuery

Primary LanguageJavaScriptOtherNOASSERTION

dumpon.us - simple image uploader

Built with Django, Twitter Bootstrap and the jQuery upload plugin.

screenshot

Requirements

  • Django 1.4
  • sorl.thumbnail
  • PIL

Installation

  1. mkvirtualenv dumponus_env

  2. git clone https://github.com/tsoporan/dumponus.git

  3. pip install Django PIL sorl-thumbnail

  4. Configure the settings file in dumponus/settings.py

  5. python manage.py syncdb

  6. python manage.py runserver