Skip to content

Commit

Permalink
JPEG to jpeg etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssagchoi committed Sep 12, 2023
1 parent b907f4c commit b9c09aa
Show file tree
Hide file tree
Showing 42 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion backend/config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

SECRET_KEY = os.environ['DJANGO_SECRET_KEY'] # set in venv activate
SECRET_KEY = "qqucn931x78rx054n(6g(s_3vxppjw$f24e(9&v6rsbd0&0$2e"

# ADMINS = ['[email protected]'] # Django will email Ryaan on internal server errors

Expand Down
2 changes: 1 addition & 1 deletion backend/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# pylint: disable=import-outside-toplevel
def main():
"""Main start Django function"""
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'config.settings.dev')
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'config.settings.production')
try:
from django.core.management import execute_from_command_line
except ImportError as exc:
Expand Down

0 comments on commit b9c09aa

Please sign in to comment.