******************************************************************************* Application Collector ******************************************************************************* The HOME application contains the general pages of the EMERGEN-DB application. Templates =============================================================================== The HOME application contains 3 templates : - :code:`about.html` : about page - :code:`index.html` : home page - :code:`profile.html` : profile page Key files of the "COLLECTOR" application =============================================================================== :code:`management.commands` ------------------------------------------------------------------------------- :code:`load_description.py` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automodule:: apps.collector.management.commands.load_description :members: :code:`load_variants.py` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automodule:: apps.collector.management.commands.load_variants :members: :code:`admin.py` ------------------------------------------------------------------------------- .. automodule:: apps.collector.admin :members: :code:`models.py` ------------------------------------------------------------------------------- .. automodule:: apps.collector.models :members: :code:`test.py` ------------------------------------------------------------------------------- .. automodule:: apps.collector.tests :members: :code:`url.py` ------------------------------------------------------------------------------- The :code:`urls.py` file contains : - Upload/Import page ; - My upload page : list of submission by the user and his/her group ; - Export page ; - Json return results - Column descriptions - Upload list - Download url - Download specific file - Download zip of files - Documentation pages ; :code:`view.py` ------------------------------------------------------------------------------- .. automodule:: apps.collector.views :members: