Skip to content

Commit

Permalink
[FIX] INSTALLED_APPS for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Nov 7, 2024
1 parent 6c60b02 commit c54f036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testauth/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}

# Add any additional apps to this list.
INSTALLED_APPS += [PACKAGE]
INSTALLED_APPS += [PACKAGE, "eveuniverse", "fittings"]

# By default, apps are prevented from having public views for security reasons.
# If you want to allow specific apps to have public views,
Expand Down

0 comments on commit c54f036

Please sign in to comment.