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

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`