pkmntrade.club/trades
2025-03-18 14:21:18 -07:00
..
migrations Refactor database models to majorly increase queries needed and decrease load times of home from 30 secs to 5 sec (we will be caching the rest to decrease even further via background tasks) 2025-03-17 14:08:01 -07:00
templatetags Update trade offer acceptance update template buttons to have better text and styling 2025-03-18 14:21:18 -07:00
__init__.py Initial working version with minor bugs 2025-02-26 00:17:06 -08:00
admin.py fix card_multiselect filtering and quantity controls 2025-03-13 15:48:26 -07:00
apps.py finished conversion to tailwind 2025-03-11 23:47:20 -07:00
forms.py Fix card_multiselect and trade create view using old db fields 2025-03-17 15:38:20 -07:00
models.py Update trade offer acceptance update template buttons to have better text and styling 2025-03-18 14:21:18 -07:00
signals.py Refactor database models to majorly increase queries needed and decrease load times of home from 30 secs to 5 sec (we will be caching the rest to decrease even further via background tasks) 2025-03-17 14:08:01 -07:00
tests.py Initial working version with minor bugs 2025-02-26 00:17:06 -08:00
urls.py Add all trades, rename trades_list -> my_trades_list, and fix bottom dock bar for sm screen users 2025-03-12 00:42:29 -07:00
views.py Fix card_multiselect and trade create view using old db fields 2025-03-17 15:38:20 -07:00