Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

fobi.contrib.plugins.form_elements.fields.date

A Fobi Date form field plugin. Makes use of the django.forms.fields.DateField and django.forms.widgets.DateInput.

Installation

  1. Add fobi.contrib.plugins.form_elements.fields.date to the INSTALLED_APPS in your settings.py.

    INSTALLED_APPS = (
        # ...
        'fobi.contrib.plugins.form_elements.fields.date',
        # ...
    )
  2. In the terminal type:

    ./manage.py fobi_sync_plugins
  3. Assign appropriate permissions to the target users/groups to be using the plugin if FOBI_RESTRICT_PLUGIN_ACCESS is set to True.