******************************************************************************* Application Home ******************************************************************************* 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 "HOME" application =============================================================================== admin.py ------------------------------------------------------------------------------- .. automodule:: apps.home.admin :members: test.py ------------------------------------------------------------------------------- .. automodule:: apps.home.tests :members: url.py ------------------------------------------------------------------------------- The :code:`urls.py` file contains : - Home page ; - About page ; - Profile page ; - Logout page ; - Documentation pages ; view.py ------------------------------------------------------------------------------- .. automodule:: apps.home.views :members: