Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theherk/django-theherk-external-urls
Django CMS plugin to allowing using external urls in the menu system.
https://github.com/theherk/django-theherk-external-urls
Last synced: 21 days ago
JSON representation
Django CMS plugin to allowing using external urls in the menu system.
- Host: GitHub
- URL: https://github.com/theherk/django-theherk-external-urls
- Owner: theherk
- License: other
- Created: 2013-05-20T02:57:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T22:49:10.000Z (over 10 years ago)
- Last Synced: 2025-01-03T16:35:35.863Z (about 1 month ago)
- Language: Python
- Size: 143 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TheHerk External URLs
=====================TheHerk External URLs is a tool that allows linking menu items in Django-cms to external URLs.
Usage
-----1. Add "menu_external_urls" to your INSTALLED_APPS
INSTALLED_APPS = (
...
'menu_external_urls',
)2. Run `python manage.py migrate menu_external_urls`.
Alternately, you could `syncdb` and `migrate --fake`