Eero Ruohola
Eero Ruohola
Still happening.
Unfortunately this issue made the whole package unusable, so I just used https://github.com/pypiserver/pypiserver.
> There is a simple way to circumvent this problem. It's not a propre fix, but it makes this package usable: launch the program a first time, and let it...
The warning can be ignored by setting this environment variable: export PYTHONWARNINGS=ignore::UserWarning:setuptools.distutils_patch:26
Not a huge priority on the admin panel of a modern web service IMO.
>I already did this changes on my local shuup env, just wanted to get text for notification from you to use it in PR. What kind of fix you did...
This is a weird issue, can you share more information about your setup and Shuup installation?
> like my settings file? Yes, and your `shuup` version etc. The more information the better.
What is your `DEFAULT_FILE_STORAGE` in `settings.py`?
@Bobby00 Yes, the `docker-compose.yml` file is for just getting Shuup running quickly, it's not made for development. The `docker-compose-dev.yml` file can be developed with. You can use it with: ```...