views.py

About this file

The file handles all core URL endpoints for the timeclock application The routes are defined for 'index', 'status', 'contact', 'technical-support', 'faq', 'about' and 'activate'.

Code Check Report


app/main/views.py:6:1: F811 redefinition of unused 'render_template' from line 6
                        

Documentation drawn from source code


.. module:: main.views.

:synopsis: Handles all core URL endpoints for the timeclock application


index():

status():

technical_support():

faq():

about():

active():

Extends a user's session.
:return:

Source code