19 Commits (902c49c734070c696fdd0d3aa4b64b72a4a022ee)

Author SHA1 Message Date
James Curtin 902c49c734 Update format strings to f strings 5 years ago
Tobiasz Kędzierski 3ec751a2a0 Update deprecated database field 5 years ago
James Curtin d2f37093e1 One-time black refactor of template 5 years ago
Ryan Jarvis 570d5bc587 Fix for new Bcrypt and SqlAlchemy type casting in Postgres 8 years ago
Wagner Augusto Andreoli d6f1f5c2cc Travis: Migrating from legacy to container-based infrastructure 9 years ago
Wagner Augusto Andreoli 8230fa17d5 Remove pylint from project, remove ipdb and ipython from requirements 9 years ago
Wagner Augusto Andreoli 2986743a8c Add an option to fix imports before linting, make all code conform to the linting rules 9 years ago
Patman64 2a45b9f4ba Python code clean-up (PEP-8 related and other) 9 years ago
Steven Loria 9f769fa43a Update extension imports to flask_* 9 years ago
Steven Loria e3286524df Update README 10 years ago
Steven Loria c8d07d0d29 Models must explicitly inherit from SurrogatePK to add primary key 10 years ago
Steven Loria 923b1f55e2 Revert User#set_password and User#check_password for Migrate compatibility 10 years ago
Steven Loria de741805c5 Add Role.__init__ 10 years ago
Steven Loria 5bfd073802 Add BaseFactory which flushes the db on create 10 years ago
Steven Loria 388cf106c2 Add PasswordType and make __init__ less verbose 10 years ago
Steven Loria f5f5d37eb6 Remove many_to_one, use more explicit ReferenceCol instead 10 years ago
Steven Loria 4a5dd70c66 Fix typo in import 11 years ago
Steven Loria 43a4083eff Add first_name and last_name 11 years ago
Steven Loria 7ede47885f Rename repo_name -> app_name 11 years ago
Steven Loria d1d832ba97 Add Factory Boy support 11 years ago
Steven Loria 7328186086 Add CRUDMixin 11 years ago
Steven Loria 581ce4d981 Flask-Login support 11 years ago
Steven Loria 4dad84074b Use Bcrypt for password hashing and refactor extension registration 11 years ago
Steven Loria abda53a2f3 Fix Procfile 11 years ago
Steven Loria 3344480ffb Don't try to set password if it isn't passed in 11 years ago
Steven Loria 1f9e6b171e Store password hash and add basic test 11 years ago
Steven Loria 3a411b4abe Modular structure with blueprints 11 years ago
Steven Loria 48a6bd0c99 Add simple manage.py script 11 years ago
Steven Loria 4bd4c7971a Initial commit 11 years ago