move tasks from osusers to fileservertasks.tasks

This commit is contained in:
Jan Dittberner 2015-01-19 22:00:48 +01:00
parent 800fff8908
commit cfc023cb14
5 changed files with 5 additions and 7 deletions

View File

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

View File

@ -224,7 +224,7 @@ DJANGO_APPS = (
# Apps specific for this project go here.
LOCAL_APPS = (
'osusers',
'fileservertasks',
)
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps

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.
"""