******************************************************************************* Application event ******************************************************************************* The event application contains pages to create events in EMERGEN-DB. Templates =============================================================================== The event application contains 2 template : - :code:`event_list.html` : event page where the list of events is returned - :code:`event_new.html` : stat page where a new event is created and returned Key files of the "event" application =============================================================================== admin.py ------------------------------------------------------------------------------- .. automodule:: apps.event.admin :members: models.py ------------------------------------------------------------------------------- .. automodule:: apps.event.models :members: tests.py ------------------------------------------------------------------------------- .. automodule:: apps.event.tests :members: view.py ------------------------------------------------------------------------------- .. automodule:: apps.event.views :members: urls.py ------------------------------------------------------------------------------- .. automodule:: apps.event.urls :members: