Jan Dittberner
385838580b
- implement contact_form.forms.ContactForm - implement contact_form.views.ContactFormView and contact_form.views.ContactSuccessView - add new URL patterns 'contact_form' and 'contact_success' in contact_form.urls - add contact_form templates base.html, contact_form.html, contact_form.txt, contact_form_subject.txt and contact_success.html - add german translation for new strings - add contact_form to .coveragerc - add generated code documentation for contact_form app - add changelog entry
47 lines
685 B
ReStructuredText
47 lines
685 B
ReStructuredText
******************
|
|
Code documentation
|
|
******************
|
|
|
|
.. index:: Django
|
|
|
|
gva is implemented as `Django`_ project and provides a frontend for
|
|
administrators and customers.
|
|
|
|
.. _Django: https://www.djangoproject.com/
|
|
|
|
Common code
|
|
===========
|
|
|
|
.. toctree::
|
|
|
|
code/gvacommon
|
|
code/gvawebcore
|
|
|
|
|
|
Celery task stubs
|
|
=================
|
|
|
|
.. toctree::
|
|
|
|
code/fileservertasks
|
|
code/ldaptasks
|
|
code/mysqltasks
|
|
code/pgsqltasks
|
|
code/webtasks
|
|
|
|
|
|
Django app code
|
|
===============
|
|
|
|
.. toctree::
|
|
|
|
code/gnuviechadmin
|
|
code/contact_form
|
|
code/dashboard
|
|
code/domains
|
|
code/hostingpackages
|
|
code/managemails
|
|
code/osusers
|
|
code/taskresults
|
|
code/userdbs
|
|
code/websites
|