Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-inic committed Apr 10, 2024
1 parent b680267 commit 9ac909a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ MANIFEST

# Environments
.env
.env.dev
.env.prod
.venv
env/
venv/
Expand Down
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def main():
"""Run administrative tasks."""
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'procentapi.settings.development')
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'procentapi.settings.local')
try:
from django.core.management import execute_from_command_line
except ImportError as exc:
Expand Down
Binary file added procentapi/.DS_Store
Binary file not shown.
Binary file modified procentapi/db.sqlite3
Binary file not shown.

0 comments on commit 9ac909a

Please sign in to comment.