Commit graph

6 commits

Author SHA1 Message Date
Michał d36699bd1f Update database
Correctly link user to their posts and groups
Change the table names to Group, Post and User
Remove unused Bans and Logs table, possibly will return later
2023-04-12 15:16:43 +00:00
Michał 7c553e99b8 Switch to Flask-SQLAlchemy
Add FLask-Migrate for next step in the Migration 😉
2023-04-09 19:12:35 +00:00
Michał 128464d43f Format code with Black 2023-04-07 12:35:30 +00:00
Michał 8357241487 Correct code I did done yesterday 2023-04-07 09:18:03 +00:00
Michał a46192566f Pagination
I hate math
2023-04-06 18:42:04 +00:00
Michał f33842ead3 Move views/routes to seperate files 2023-04-06 16:22:56 +00:00