diff options
| author | Bobby <[email protected]> | 2023-07-19 22:35:34 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-19 22:35:34 -0400 |
| commit | 052fdcb685ac1f5a15d01048c07c201b8e762d2f (patch) | |
| tree | 235574f3bba0c6e95983cd4f07b5b28b6bb6f0d6 /users | |
| parent | bc9b2d89600e49be0425d21a8ae0d4ec13b72936 (diff) | |
| download | thatcomputerscientist-052fdcb685ac1f5a15d01048c07c201b8e762d2f.tar.xz thatcomputerscientist-052fdcb685ac1f5a15d01048c07c201b8e762d2f.zip | |
Fixing User Deletion Scheduler
Diffstat (limited to 'users')
| -rw-r--r-- | users/apps.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/users/apps.py b/users/apps.py index 16ed36b8..72b14010 100644 --- a/users/apps.py +++ b/users/apps.py @@ -4,8 +4,3 @@ from django.apps import AppConfig class UsersConfig(AppConfig): default_auto_field = 'django.db.models.BigAutoField' name = 'users' - - def ready(self): - - from thatcomputerscientist.tasks import schedule - schedule() |
