beat.web.ui.views module

beat.web.ui.views.index(request)[source]

Our main index page

beat.web.ui.views.login(request)[source]

Login page

beat.web.ui.views.blocked_user_reactivation(request)[source]

Reactivation page

beat.web.ui.views.gather_contributions(requestor, author)[source]

Gather contributions that are accessible to a certain requestor

beat.web.ui.views.activity_stream(request, author_name)[source]

User-specific activity stream

beat.web.ui.views.docreq(request, author_name)[source]

Request a documentation for an existing platform object

beat.web.ui.views.user_settings(request)[source]

User settings page (password and token change)

beat.web.ui.views.empty_error500_for_tests(request)[source]

Custom error 500 view used ONLY DURING THE TESTS

Without it, Django tries to render the custom one from the website when an error occurs in some tests, but fails because some variables needed by the template aren’t found.