Skip to content

theherk/django-theherk-external-urls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Django CMS plugin to allowing using external urls in the menu system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages