dicoweb for Debian ------------------ * Make sure that the settings in /etc/dicoweb/settings.py and /etc/dicoweb/apache2.conf suit you, tweak them as necessary. * Include /etc/dicoweb/apache2.conf in your apache2 vhost config -- أحمد المحمودي (Ahmed El-Mahmoudy) Fri, 03 Apr 2009 06:28:25 +0200 Most importantly you need to set your vhost in ALLOWED_HOSTS in /etc/dicoweb/settings.py or Django will refuse to serve the application. In 2.12-1 the SECRET_KEY is now store more securely in /etc/dicoweb/secret_key. It is automatically generated when it does not exit. In 2.12-1 the directories have changed and if you need to customize you can use: * /etc/dicoweb/templates to override the web pages templates * /etc/dicoweb/assets to override the app JS and CSS configuration * /etc/dicoweb/assets/images to override or add images Files in these directories have precedence over the default files from the application. If you customize anything in the assets directory then you need to regenerate the asset collection using `dpkg-reconfigure dicoweb`, then you can restart the web server. -- Marc Dequènes (Duck) Fri, 11 Apr 2025 04:39:51 +0900