Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theherk/django-theherk-download

Django CMS plugin to post a download link
https://github.com/theherk/django-theherk-download

Last synced: 16 days ago
JSON representation

Django CMS plugin to post a download link

Awesome Lists containing this project

README

        

TheHerk Download
================

TheHerk Download is a very simple django CMS plugin for posting an a download link.

Usage
-----

1. Add "download" to your INSTALLED_APPS

INSTALLED_APPS = (
...
'download',
)

2. Run `python manage.py migrate download`.

Alternately, you could `syncdb` and `migrate --fake`