Skip to content

Commit

Permalink
Fixed models.W042 warning. (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored Mar 3, 2024
1 parent 2d08e3a commit 19cad00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions django_rq/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from django.apps import AppConfig


class DjangoRqAdminConfig(AppConfig):
default_auto_field = "django.db.models.AutoField"
name = "django_rq"

0 comments on commit 19cad00

Please sign in to comment.