add backend

This commit is contained in:
Philipp Rothmann 2022-10-21 12:44:04 +02:00
parent 0bff1d8645
commit 07a2c46227
89 changed files with 26502 additions and 0 deletions

10
backend/.pylintrc Normal file
View file

@ -0,0 +1,10 @@
[MAIN]
# List of plugins (as comma separated values of python module names) to load,
# usually to register additional checkers.
load-plugins=pylint_flask,pylint_flask_sqlalchemy
# List of class names for which member attributes should not be checked (useful
# for classes with dynamically set attributes). This supports the use of
# qualified names.
ignored-classes=optparse.Values,thread._local,_thread._local,argparse.Namespace,scoped_session