diff --git a/.DS_Store b/.DS_Store index bf31fb1..e0c2edd 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/padel/settings.py b/padel/settings.py index 87865dc..0a434a6 100644 --- a/padel/settings.py +++ b/padel/settings.py @@ -123,7 +123,7 @@ USE_TZ = True # https://docs.djangoproject.com/en/4.1/howto/static-files/ STATIC_URL = 'static/' -STATIC_ROOT = os.path.join(BASE_DIR, 'padel/static/') +STATIC_ROOT = os.path.join(BASE_DIR, 'static/') # Default primary key field type # https://docs.djangoproject.com/en/4.1/ref/settings/#default-auto-field diff --git a/scores/.DS_Store b/scores/.DS_Store index 6ab2276..28aa79b 100644 Binary files a/scores/.DS_Store and b/scores/.DS_Store differ