gva/gnuviechadmin/hostingpackages
Jan Dittberner 0fc823a305 implement adding options to hosting packages
- fix unique constraints on CustomerDiskSpaceOption and
  CustomerUserDatabaseOption to allow multiple options from the same template
  for hosting packages
- fix disk space calculation in CustomerHostingPackage
- implement hostingpackages forms AddDiskspaceOptionForm, AddMailboxOptionForm,
  AddUserDatabaseOptionForm
- implement hostingpackages.views.AddHostingOption
- add new URL pattern add_hosting_option to hostingpackages.urls
- add template hostingpackages/add_hosting_option.html
- link items on hostingpackages/customerhostingpackage_option_choices.html to
  add_hosting_option
2015-01-25 15:15:39 +01:00
..
locale/de/LC_MESSAGES update german translation 2015-01-25 00:58:31 +01:00
migrations implement adding options to hosting packages 2015-01-25 15:15:39 +01:00
tests create system user when creating a new hosting package 2015-01-22 00:20:06 +01:00
__init__.py Add new hostingpackages app 2015-01-18 13:22:06 +01:00
admin.py add admin site support for hosting domains 2015-01-24 19:24:33 +01:00
apps.py remove newline at EOF 2015-01-18 16:25:41 +01:00
forms.py implement adding options to hosting packages 2015-01-25 15:15:39 +01:00
models.py implement adding options to hosting packages 2015-01-25 15:15:39 +01:00
urls.py implement adding options to hosting packages 2015-01-25 15:15:39 +01:00
views.py implement adding options to hosting packages 2015-01-25 15:15:39 +01:00