nansencenter / geo-spaas-vagrant

Vagrant configuration for Geo-Scientific Platform as a Service
GNU General Public License v3.0
0 stars 1 forks source link

Dynamic generation of static_root, media_root, etc #2

Open akorosov opened 7 years ago

akorosov commented 7 years ago

So far generation of directory for static files is hardcoded in django_deploy. Instead ti should be dynamic. Four _root variables are needed: static_root media_root product_root download_root

django_deploy shall make sure these folders exists and add them to setting.py