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-simplemenu

Django CMS plugin make a very simple quick links menu.
https://github.com/theherk/django-theherk-simplemenu

Last synced: 21 days ago
JSON representation

Django CMS plugin make a very simple quick links menu.

Awesome Lists containing this project

README

        

TheHerk Simple Menu
===================

TheHerk Simple Menu is a very simple django CMS plugin for posting a quick and easy quick links menu. Nothing fancy; just a wherever you want menu with whatever links you want.

Usage
-----

1. Add "simplemenu" to your INSTALLED_APPS

INSTALLED_APPS = (
...
'simplemenu',
)

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

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