bleehu / CXDocs

Compound X rules displayed as web pages. Written in Python, served with Flask and bootstraped with bootswatch.
1 stars 1 forks source link

Monster Author should be Foreign key #154

Open bleehu opened 6 years ago

bleehu commented 6 years ago

There's an architectural problem with the way that we handle enemies and their sub-parts; we need to keep track of the pk_id of their owner, so that you can't create a second user with the same username to violate the ownership rights of what you make.