issues
search
cgwire
/
zou
Zou is the Kitsu API. It allows you to store and manage your production data
https://zou.cg-wire.com
GNU Affero General Public License v3.0
170
stars
104
forks
source link
various fixes
#878
Closed
EvanBldy
closed
1 month ago
EvanBldy
commented
1 month ago
Problem
There's a useless print.
Some requirements are outdated.
MAIL_DEBUG environment variable is not properly converted to bool.
For the last migration, we can't downgrade.
Black.
API specs are broken.
Solution
Remove useless print.
Upgrade outdated requirements.
MAIL_DEBUG environment variable is now properly converted to bool (+ for envtobool convert int to bool).
Fix downgrade by adding names of foreign keys to remove.
Fix API specs.
Problem
Solution