- commit
- 025f413d7c5ec56e0efbe466beb58907c01ae051
- parent
- 0ef97ebe4f3926550ae83dedf9305f7c62d68c33
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-07-10 13:34
setup static files in test settings this makes it easier to use these settings for a development server
Diffstat
| M | tests/settings.py | 3 | +++ |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/settings.py b/tests/settings.py
@@ -38,6 +38,7 @@ INSTALLED_APPS = [ 38 38 'django.contrib.sessions', 39 39 'django.contrib.messages', 40 40 'django.contrib.admin', -1 41 'django.contrib.staticfiles', 41 42 'mfa', 42 43 ] 43 44 @@ -64,6 +65,8 @@ USE_I18N = False 64 65 USE_L10N = False 65 66 USE_TZ = False 66 67 -1 68 STATIC_URL = 'static/' -1 69 67 70 LOGIN_URL = '/login/' 68 71 LOGIN_REDIRECT_URL = '/' 69 72