PCv5/app/models
Lephe 11b19af199 forum: provide suitable migrations for the database
First migrate without the foreign key to create the tables, then add the
foreign key in a second migration.

Also removed unneeded imports that caused dependency cycles.

Minor "style" edits with the ambiguous use of super and unnecessary
db.Model inheritance.
2019-08-21 16:50:23 +02:00
..
comment.py forum: provide suitable migrations for the database 2019-08-21 16:50:23 +02:00
forum.py forum: provide suitable migrations for the database 2019-08-21 16:50:23 +02:00
post.py forum: provide suitable migrations for the database 2019-08-21 16:50:23 +02:00
privs.py forum: provide suitable migrations for the database 2019-08-21 16:50:23 +02:00
thread.py forum: provide suitable migrations for the database 2019-08-21 16:50:23 +02:00
topic.py forum: provide suitable migrations for the database 2019-08-21 16:50:23 +02:00
trophies.py trophies: automatically remove undeserved trophies 2019-08-19 17:26:22 +02:00
users.py forum: provide suitable migrations for the database 2019-08-21 16:50:23 +02:00