Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 22, 2024
1 parent f595620 commit 633f6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
args:
- src
- tests
stages: [ pre-push ]
stages: [ push ]

- id: check-forbidden
args:
Expand Down
4 changes: 1 addition & 3 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
sys.path.insert(0, SRC)

if __name__ == "__main__":
os.environ.setdefault(
"DJANGO_SETTINGS_MODULE", "country_workspace.config.settings"
)
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "country_workspace.config.settings")

from django.core.management import execute_from_command_line

Expand Down

0 comments on commit 633f6ea

Please sign in to comment.