Skip to content

Commit

Permalink
feat(settings): Block user
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Sep 23, 2024
1 parent 21d74fb commit a7c7979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion cl/settings/third_party/rest_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
},
"OVERRIDE_THROTTLE_RATES": {
# Throttling down.
# Didn't respone to emails, 2024-08-12
# Didn't respond to emails, 2024-09-23
"alqimiai@alqimi.com": "10/hour",
# Didn't respond to emails, 2024-08-12
"fruitfranky": "10/hour",
# Email non-functional; making many requests, 2024-04-23
"NicolasMadan": "10/hour",
Expand Down
2 changes: 0 additions & 2 deletions cl/users/models.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import re
import uuid
from datetime import datetime, timedelta
from decimal import Decimal
from typing import Dict

import pghistory
from asgiref.sync import sync_to_async
from django.conf import settings
from django.contrib.auth.models import Group, Permission, User
from django.contrib.postgres.fields import ArrayField
Expand Down

0 comments on commit a7c7979

Please sign in to comment.