Sam Toyer

Results 44 comments of Sam Toyer
trafficstars

Specific high-level requirement: > As the system administrator, I can > > 1. See the accounts that are generating the most LLM requests (do attack/set defense) in the last `n`...

Also it's fine for this to be implemented by adding extra columns to the Django admin interface, or by moving hard-to-implement stuff into command-line interfaces.

Update: you can ban users by marking them inactive in the Django admin interface (thanks Justin!). We don't have IP banning support yet, but there seems to be middleware available...

Thanks for the PR. Unfortunately when I try to install I get this error: ``` $ pip install -e . Obtaining file:///home/sam/repos/magical-pr Preparing metadata (setup.py) ... done Collecting pymunk~=5.6.0 Using...