Commit graph

7 commits

Author SHA1 Message Date
Jan Dittberner 26aae0173d Refactor fileservertasks into top level module
This change moves the fileservertasks module to the top level to allow
keeping the same task names when running in a Python 3 environment.
2020-03-04 16:53:50 +01:00
Jan Dittberner 4e144fb49d improved logging in fileservertasks.tasks 2015-01-29 20:24:46 +01:00
Jan Dittberner 5955f3c38c implement new tasks for website hierarchy
- implement tasks fileservertasks.tasks.create_file_website_hierarchy and
  fileservertasks.tasks.delete_file_website_hierarchy
2015-01-26 17:32:24 +01:00
Jan Dittberner ea3164b762 remove Django dependencies as they are not used
- move settings to gvafile.settings
- use gvafile.settings directly without Django support
- initialize Celery without Django
- remove Django requirements
2015-01-26 17:07:31 +01:00
Jan Dittberner 70977c5a61 adapt documentation to changed package structure 2015-01-19 22:05:57 +01:00
Jan Dittberner ea278eeb35 implement and document GVAFileException 2014-12-25 21:20:16 +01:00
Jan Dittberner 821edb64b3 initial documentation setup 2014-12-25 15:22:33 +01:00