Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored May 24, 2022
1 parent 54d8d67 commit 3780a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_migration_fixer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = "ljq%0159d51t&5&)-*ii6dudczbu(eq(5qda7qjg(qp@#4#vun"

MIDDLEWARE = [
MIDDLEWARE = [ # lgtm [py/csrf-protection-disabled]
"django.middleware.security.SecurityMiddleware",
"django.middleware.common.CommonMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
Expand Down

0 comments on commit 3780a09

Please sign in to comment.