Develop fake user creation command, add last_seen/last_ip updating event

This commit is contained in:
Xevion
2022-03-27 02:46:26 -05:00
parent 4c0b3bdbe5
commit e32d14b752
3 changed files with 70 additions and 4 deletions
+2
View File
@@ -8,6 +8,8 @@ python-dotenv = "*"
flask = "*"
flask-login = "*"
flask-sqlalchemy = "*"
pytz = "*"
faker = "*"
[dev-packages]