Abhilash Raj

Results 189 comments of Abhilash Raj

Doing it only via settings_local.py might be hard as that is Django configuration file and uwsgi.ini is for uwsgi. You can actually configure Django's loggers(which logs to mailmanweb.log right now)...

This may not be the best way to manage static files. I think it is OK to generate them at startup instead of adding the static files compressed offline in...

Check at `Http://172.19.199.3:8000` On Sat, Aug 1, 2020, at 3:17 AM, John Yeates wrote: > > *Tag/version of Container Images* > Choose from: 0.3 > After following the setup instructions...

No, that IP is accessible from the Host since it is a bridge network created by Docker on the system you are running. If the services are running correctly, that...

Another thing is whether it would affect downloading of images on current users? Can they still continue to use the same tag to get new images or would they have...

Can you try using 0.3.10 images using Postgres and see if you are getting the same error?

Closing due to inactivity.

Can you try using 0.3.10 images in your compose and see if you get the same issue?

Core seems to work well with SQLite. Django needs to be tested to work well with SQLite.