introduce new app domains
- generate domains app - duplicate managemails.models.MailDomain as domains.models.MailDomain - add domains app to gnuviechadmin.settings.base.LOCAL_APPS - repair managemails.tests.test_models - fix handling of empty results in osusers.models.GroupManager.get_next_gid and osusers.models.UserManager.get_next_uid
This commit is contained in:
parent
e132c9a56c
commit
5db6223bc0
11 changed files with 76 additions and 1 deletions
|
@ -219,6 +219,7 @@ DJANGO_APPS = (
|
|||
|
||||
# Apps specific for this project go here.
|
||||
LOCAL_APPS = (
|
||||
'domains',
|
||||
'osusers',
|
||||
'managemails',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue