We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769c67d commit ec0fcc6Copy full SHA for ec0fcc6
1 file changed
server/config/settings.py
@@ -70,6 +70,7 @@
70
'web-framework-2025-lively-glitter-9000.fly.dev',
71
'webframework.app',
72
'dev.webframework.app',
73
+ 'webframework.dev',
74
]
75
76
# Application definition
@@ -289,6 +290,7 @@ def create_log_dir_for_server_errors():
289
290
'https://web-framework-2025-lively-glitter-9000.fly.dev',
291
'https://webframework.app',
292
'https://dev.webframework.app',
293
+ 'https://webframework.dev',
294
295
296
# Set debug value in templates
@@ -314,4 +316,4 @@ def create_log_dir_for_server_errors():
314
316
STATIC_URL = '/static/'
315
317
318
MEDIA_ROOT = SERVER_PATH / 'uploads'
-MEDIA_URL = '/uploads/'
319
+MEDIA_URL = '/uploads/'
0 commit comments