Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/theherk/django-theherk-simplemenu
- Owner: theherk
- License: other
- Created: 2013-05-20T03:10:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-21T22:20:49.000Z (over 11 years ago)
- Last Synced: 2025-01-14T00:54:53.926Z (29 days ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`