move osusers to ldaptasks

This commit is contained in:
Jan Dittberner 2015-01-19 21:27:19 +01:00
parent f5c2970a31
commit e489ecb797
5 changed files with 5 additions and 7 deletions

View file

@ -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

View file

@ -0,0 +1,4 @@
"""
This module contains :py:mod:`ldaptasks.tasks`.
"""

View file

@ -1,3 +0,0 @@
"""
This module contains :py:mod:`osusers.tasks`.
"""

View file

@ -1,3 +0,0 @@
"""
Empty models module required for Django to accept this as an app.
"""