Metadata-Version: 1.1
Name: cmsplugin-poll
Version: 0.4
Summary: Simple poll plugin for django-cms 2.2
Home-page: http://bitbucket.org/tonioo/cmsplugin-poll
Author: Antoine Nguyen
Author-email: tonio@ngyn.org
License: BSD
Description: =============================
        Django CMS simple poll plugin
        =============================
        
        Simple poll plugin for `Django CMS <http://django-cms.org>`_.
        
        Requirements
        ============
        
        * `Django CMS >= 2.2 <http://django-cms.org>`_
        * `South >= 0.7.3 <http://south.aeracode.org/>`_
        
        Installation
        ============
        
        If you want to use the poll plugin into your project, just follow this
        procedure:
        
        #. Open the *settings.py* file and add ``cmsplugin_poll`` to the
           ``INSTALLED_APPS`` variable
        
        #. Run the following command::
        
            $ ./manage.py migrate
        
        #. 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.
        
Keywords: django,django-cms,poll
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
