Skip to content

Commit

Permalink
Merge pull request #28 from maykinmedia/feature/missing-installed-apps
Browse files Browse the repository at this point in the history
🔧[#27] add ordered models and webauthn to INSTALLED_APPS
  • Loading branch information
stevenbal authored Jun 13, 2024
2 parents a486712 + 62b5c59 commit ac0db0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions open_api_framework/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"django.contrib.staticfiles",
# Optional applications.
"django_admin_index",
"ordered_model",
"django.contrib.admin",
# External applications.
"axes",
Expand All @@ -134,6 +135,7 @@
"django_otp.plugins.otp_static",
"django_otp.plugins.otp_totp",
"two_factor",
"two_factor.plugins.webauthn",
"maykin_2fa",
"privates",
"django_jsonform",
Expand Down

0 comments on commit ac0db0e

Please sign in to comment.