Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

pytatki.models

Patryk Niedźwiedziński edited this page Nov 1, 2018 · 1 revision

v1.0.1

models.py - file with data models used in application

User

Class User is used in flask_login by current_user

Methods

  • .check_password(password) - check if given password is the same as password of user
  • .is_admin() - returns True if user is admin

user_load

Used by flask_login to get User object