Skip to content

lefterisnik/django-loosecms-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Loose CMS - Menu

A menu plugin for Django Loose CMS.

Requirements

Loose CMS Text plugin requires:

  • Django version 1.8
  • Python 2.6 or 2.7
  • django-loose-cms

Quick Start

  1. Instalation via pip:

    pip install https://github.com/lefterisnik/django-loosecms-menu/archive/master.zip
    
  2. Add "loosecms_menu" to your INSTALLED_APPS setting after "loosecms" like this:

    INSTALLED_APPS = (
        ...
        'loosecms_menu',
    )
    
  3. Run python manage.py migrate to create the loosecms_menu models.

  4. Run development server python manage.py runserver and visit http://127.0.0.1:8000/ to start playing with the cms.

About

A menu plugin for Loose CMS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published