Skip to content
Snippets Groups Projects
Commit 3dea106d authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Do not provide settings for static files anymore

parent 280f951f
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,7 @@
{% set _default_project_app_path = config.path + '/' + name %}
{% set _dj_default_config = {
'settings_path': _default_project_app_path + '/settings/prod.py',
'settings': {
'STATIC_ROOT': deploy.config.static_directory + '/' + name,
'STATIC_URL': deploy.config.static_url + '/' + name + '/'
}
'settings': {}
}%}
{% if _dj is mapping %}
{% do deep_merge(_dj_default_config, _dj)%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment