scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

submit PR for django_simple_bulma to not write its css files to its package installed app dir #42

Closed scanner closed 1 year ago

scanner commented 1 year ago

With how I build this project in docker I make sure that the running service does not have access to write files in the installed python package directories.

So we need to think of a proper way to have django_simple_bulma write its generated css files to a writeable directory that the collectstatic command will find and properly install in the generated staticfiles directory.

scanner commented 1 year ago

Oops.. this was a config/reload error on my part. Does not need to be done.