Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 209 Bytes

README.rst

File metadata and controls

7 lines (4 loc) · 209 Bytes

Contact form plugin/app for django-cms

installation:

add to INSTALLED_APPS and to urlsconf with the contactform namespace

url(r'contactform', include('cmsplugin_contactform.urls', namespace='contactform')),