__init__.py

About this file

The authentication blueprint will have views to register new users and to log in and log out.

Code Check Report


app/auth/__init__.py:5:1: E402 module level import not at top of file
app/auth/__init__.py:5:1: F401 '.views' imported but unused
                        

Documentation drawn from source code

Source code