Skip to content

datakortet/cmsplugin-poll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django CMS simple poll plugin

Simple poll plugin for Django CMS.

Requirements

Installation

If you want to use the poll plugin into your project, just follow this procedure:

  1. Open the settings.py file and add cmsplugin_poll to the INSTALLED_APPS variable

  2. Run the following command:

    $ ./manage.py migrate
    
  3. Open the urls.py file and add the following to urlpatterns:

    # previous urls
    #
    url(r'^poll/', include('cmsplugin_poll.urls')),
    

That's all for now.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published