Humphrey

Results 21 comments of Humphrey

Due to the number of images in our app (> 4M) it would have taken many days to re-generate images. I tried a number of times, and it failed. Therefore...

+1 In Django 3.2.x I get these deprecation warnings ```bash # python -Wd manage.py check /usr/local/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'tenant_schemas' defines default_app_config = 'tenant_schemas.apps.TenantSchemaConfig'. Django now detects this configuration automatically. You can...

Oh man! Thank you for the repository AND this issue! > Possibly your s3 files size + chrome tmp size are more than 512MB? Then chrome may crush. It must...

@umihico > Thank you for sharing! I didn't know that. Chrome is rapidly changing its major version, so latest ones may consume storage more than before. Thanks! Also, I suspect...

Could we update the documentation for this also, just to make it clear that it's the Python inotify package that needs to be installed? Since inotify is a system thing,...

Probably not the most elegant solution, but I had existing Django ModelForms, so I wrote my own helper function that generates a base strawberry input from a ModelForm. I then...

If this also allows me to easily have a separate url for subscriptions/websockets, then I'm all for it 👍

Yes, I also had to comment out that line... Adding print statements before and after that line gave me: http://my.domain/static/sms/css/screen.css C:\my\project\dir\http:\pianos1st.localhost\static\sms\css\screen.css I think that doesn't work under windows :-)

I experienced a similar issue, so I created a quick custom field. Please note that I have only tested this field for my use-case, which is read-only access. I have...

> Thanks for your contribuition @humphrey. > If you already have many lines of code can be uncomfortable replace all classes `models.DateField` of your project, so the code below may...