******************************************************************************* Application Community ******************************************************************************* The Community application contains the pages of Community. Templates =============================================================================== The stats application contains 4 templates : - :code:`publication_detail.html` : community page that displays the detail about a certain publication. - :code:`publication_edit.html` : comminuty page that allows the manager or the administrator to edit a certain publication. - :code:`publication_list.html` : main page that lists all the publications. - :code:`publication_new.html` : page that allows the user to create a new publication. Key files of the "Community" application =============================================================================== admin.py ------------------------------------------------------------------------------- .. automodule:: apps.community.admin :members: model.py ------------------------------------------------------------------------------- .. automodule:: apps.community.models :members: test.py ------------------------------------------------------------------------------- .. automodule:: apps.community.tests :members: view.py ------------------------------------------------------------------------------- .. automodule:: apps.community.views :members: .. urls.py .. ------------------------------------------------------------------------------- .. .. automodule:: apps.community.urls .. :members: