Jan Dittberner
9f63fbbb5d
- implement models for hosting packages, hosting options and customer specific variants - implement admin interface - add documentation
5 lines
119 B
Python
5 lines
119 B
Python
"""
|
|
This app takes care of hosting packages.
|
|
|
|
"""
|
|
default_app_config = 'hostingpackages.apps.HostingPackagesAppConfig'
|