move osusers to ldaptasks
This commit is contained in:
parent
f5c2970a31
commit
e489ecb797
5 changed files with 5 additions and 7 deletions
|
@ -232,7 +232,7 @@ DJANGO_APPS = (
|
|||
# Apps specific for this project go here.
|
||||
LOCAL_APPS = (
|
||||
'ldapentities',
|
||||
'osusers',
|
||||
'ldaptasks',
|
||||
)
|
||||
|
||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
|
||||
|
|
4
gvaldap/ldaptasks/__init__.py
Normal file
4
gvaldap/ldaptasks/__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
"""
|
||||
This module contains :py:mod:`ldaptasks.tasks`.
|
||||
|
||||
"""
|
|
@ -1,3 +0,0 @@
|
|||
"""
|
||||
This module contains :py:mod:`osusers.tasks`.
|
||||
"""
|
|
@ -1,3 +0,0 @@
|
|||
"""
|
||||
Empty models module required for Django to accept this as an app.
|
||||
"""
|
Loading…
Reference in a new issue