move tasks from osusers to fileservertasks.tasks
This commit is contained in:
parent
800fff8908
commit
cfc023cb14
5 changed files with 5 additions and 7 deletions
4
gvafile/fileservertasks/__init__.py
Normal file
4
gvafile/fileservertasks/__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
"""
|
||||||
|
This module contains :py:mod:`fileservertasks.tasks`.
|
||||||
|
|
||||||
|
"""
|
|
@ -224,7 +224,7 @@ DJANGO_APPS = (
|
||||||
|
|
||||||
# Apps specific for this project go here.
|
# Apps specific for this project go here.
|
||||||
LOCAL_APPS = (
|
LOCAL_APPS = (
|
||||||
'osusers',
|
'fileservertasks',
|
||||||
)
|
)
|
||||||
|
|
||||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
|
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
|
||||||
|
|
|
@ -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