Menu
×
×
Correct!
Exercise:When collecting static static files for your project, you have to specify where to collect them to, this is done in the settings.py file, what is the name of the property?
@(11) = BASE_DIR / 'productionfiles'
STATIC_URL = 'static/'
STATIC_ROOT = BASE_DIR / 'productionfiles'
STATIC_URL = 'static/'
Not CorrectClick here to try again. Correct!Next ❯ |