Actualiser Reskreen/settings.py

This commit is contained in:
2023-08-12 06:10:21 +00:00
parent d21e9a327f
commit 9ba6426987

View File

@@ -204,12 +204,12 @@ USE_L10N = False
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.0/howto/static-files/
STATIC_URL = 'static/'
STATIC_URL = 'http://195.15.243.193/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"),
]
#STATIC_ROOT = os.path.join(BASE_DIR, "static")
STATIC_ROOT = os.path.join(BASE_DIR, "static")
# Default primary key field type