issues
search
usgo
/
agagd
American Go Association Games Database (AGAGD)
https://agagd.usgo.org
MIT License
47
stars
30
forks
source link
general updates for agagd 01
#163
Closed
michaelhiiva
closed
3 years ago
michaelhiiva
commented
3 years ago
Summary
Adds several updates and does some code clean up.
Changes
Changed MIDDLEWARE_CLASSES TO MIDDLEWARE for Django 3.0.
Added an environmental variable AGAGD_ADMINS for the ADMINS within the AGAGD.
Cleaned up some of the docs/readme.md that is not being used.
Simplified the readiblity of player_other_than.
Fixed invalid syntax error in base.py.
Fixed invalid syntax error in models.py.
Simplified the GameTable2 to SecondaryGameTable.
Simplified structure of render_ratio's return.
Added alternative name vs foo for runner-ups.
Added CODEOWNERS file for code reviews.
Reduced search if else statments.
Limited floating point for ratio to 2 decimals.
Moved static_pages to pages.
Changed location of extends directory.
SubClassed information and qualification page templates in views.
Cleanup Tournament code
unicode
and
str
formating.
Cleaned up formating for
str
in Member Model.
Cleaned up
str
formating in Game Model.
Updated Python version to 3.9.
Summary
Adds several updates and does some code clean up.
Changes