add mysqltasks and pgsqltasks with placeholders for the real tasks

This commit is contained in:
Jan Dittberner 2015-01-04 18:06:44 +01:00
parent ab50907b97
commit e7ae0054b5
7 changed files with 162 additions and 0 deletions

View file

@ -225,6 +225,8 @@ DJANGO_APPS = (
# Apps specific for this project go here.
LOCAL_APPS = (
'taskresults',
'mysqltasks',
'pgsqltasks',
'domains',
'osusers',
'managemails',