Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 Add several missing settings #35

Merged
merged 4 commits into from
Jun 25, 2024
Merged

Commits on Jun 20, 2024

  1. 🔧 Add password to AXES_SENSITIVE_PARAMETERS

    to obfuscate it in axes logs for failed logins
    stevenbal committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    54efabf View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    a361a4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c16367 View commit details
    Browse the repository at this point in the history
  3. 🔧 Remove FIXTURE_DIRS setting and add root level app to INSTALLED_APPS

    this always pointed to a default fixture dir, which actually breaks loaddata if the base app (project name) is included in INSTALLED_APPS
    stevenbal committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    329dcc0 View commit details
    Browse the repository at this point in the history