Skip to main content
Best practices
0 votes
1 replies
151 views

What's the best way to generate a noisy image with ImageMagick? I'd like to create an image where the color-frequency distribution is even (white noise) or skewed toward lower frequency colors (brown ...
Geremia's user avatar
  • 5,906
1 vote
0 answers
77 views

I am working in a django project where I have installed and configured whitenoise to serve static files in railways. But railways is not serving or collecting my new js files. In my browser I get a ...
ev vk's user avatar
  • 380
2 votes
0 answers
115 views

I'm working on SENSE MRI reconstruction using simulated phantom data in MATLAB. I add correlated Gaussian noise to the data and then apply a whitening transform so that the noise covariance matrix ...
maria's user avatar
  • 23
0 votes
1 answer
52 views

I am trying to integrate terser js minification in a django collectstatic command , by overriding the CompressedManifestStaticFileStorage of whitenoise in below code , but the def _save() method ...
Tushar Chaudhary's user avatar
2 votes
0 answers
85 views

I am working on a Django project utilizing Django Rest Framework for APIs. I've encountered an issue where the CSS is not loading for the browsable APIs. I am using Whitenoise to serve static files, ...
codezero's user avatar
  • 101
0 votes
1 answer
53 views

I need to serve media in Django in production mode and it is very little need to serve telegram user photos in Django admin. so I know everything about Django it's not for serving files or media so ...
minttux's user avatar
  • 435
0 votes
1 answer
149 views

Error: I ran into this error when trying to deploy my Django app using GAE using these instructions GAE for Django: ModuleNotFoundError: No module named 'whitenoise'. The error occurs when starting ...
Ledge's user avatar
  • 43
0 votes
2 answers
518 views

When I am using whitenoise to host my static files, after entering the python manage.py collecstatic command I am getting this error: whitenoise.storage.MissingFileError: The file 'vendor/bootswatch/...
Azpect's user avatar
  • 95
0 votes
0 answers
232 views

I am encountering an issue with Django and Whitenoise where my static files are not being served correctly, resulting in 404 errors and MIME checking errors. I have configured my config/settings.py ...
Mary's user avatar
  • 35
1 vote
4 answers
830 views

when the project is deployed shows this error here is my settings.py: import os from pathlib import Path BASE_DIR = Path(__file__).resolve().parent.parent DEBUG = True ALLOWED_HOSTS = ['*'] ...
matheus dimon's user avatar
0 votes
2 answers
160 views

I want to check my web app in DEBUG = False and use whitenoise to do the static stuff. I have followed documentation and different blog post, I have also used the tool before, but this time it just ...
unix nexo's user avatar
0 votes
1 answer
147 views

i have just deployed a web using Django on Heroku with static files served by whitenoise. All the static files created before deploying works fine but if i want to upload new image (from both admin ...
Phúc Hoàng's user avatar
0 votes
1 answer
598 views

I am a newbie django developer and this is the django project i will be deploying. Everything works in development but I am been having issues in production. PS: I am using shared hosting for the ...
Adewale's user avatar
  • 23
0 votes
1 answer
286 views

After upgrading Wagtail and supporting packages, I'm having a strange problem where all the static assets (CSS, JS, fonts, etc..) return a 404 error when logged into the Wagtail admin, ie. the ...
tsyn's user avatar
  • 23
0 votes
1 answer
484 views

I have a django app hosted in railway, when I push the changes to github railway overrides the media folder as well and I lose all my images, is there a way to exclude the media folder from changing? (...
Hakim's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
9