Skip to content
Snippets Groups Projects
Commit 2e06f477 authored by fu2662cw's avatar fu2662cw :speech_balloon:
Browse files

fix formatting

parent a1f50c5e
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,8 @@ from django.db import migrations ...@@ -6,9 +6,8 @@ from django.db import migrations
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('quiz', '0003_alter_calltomove_text'), ("quiz", "0003_alter_calltomove_text"),
('quiz', '0004_auto_20210526_2014'), ("quiz", "0004_auto_20210526_2014"),
] ]
operations = [ operations = []
]
...@@ -16,7 +16,7 @@ from pathlib import Path ...@@ -16,7 +16,7 @@ from pathlib import Path
BASE_DIR = Path(__file__).resolve().parent.parent BASE_DIR = Path(__file__).resolve().parent.parent
# Where user uploaded files like images are stored # Where user uploaded files like images are stored
MEDIA_ROOT = os.path.join(BASE_DIR, 'media') MEDIA_ROOT = os.path.join(BASE_DIR, "media")
# Quick-start development settings - unsuitable for production # Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/ # See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment