Skip to content

theherk/django-theherk-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheHerk Module

TheHerk Module is a very simple django CMS plugin for posting a module for use in a sidebar.

Usage

  1. Add "module" to your INSTALLED_APPS

     INSTALLED_APPS = (
         ...
         'module',
     )
    
  2. Run python manage.py migrate module.

    Alternately, you could syncdb and migrate --fake

About

Django CMS plugin to post a simple module for use in a sidebar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages