User metadata to be used with Molo.
Project description
Provides code to help with User metadata in a project using the Molo code base.
Installation:
pip install molo.usermetadata
In your app settings:
INSTALLED_APPS = ( 'molo.usermetadata', ) MIDDLEWARE = ( 'molo.usermetadata.middleware.PeronsaMiddleware' )
In your app urls.py:
urlpatterns += patterns('', url(r'^meta/', include('molo.usermetadata.urls', namespace='molo.usermetadata', app_name='molo.usermetadata')), )
Note:
In order for the personae to be activated, choose activate under wagtail settings > personae settings
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.