Menu

Close
  • Home
  • Ask me!
  • Who I am?
Subscribe
Menu

Adil Hemache Blog

Thoughts, stories and ideas of a Web developer

Scroll Down
Page 1 of 2 Older Posts →

Django storages failed to upload files to AWS S3 after blocking public access in the bucket settings

So, after turning on "Block public access (bucket settings)" feature in an S3 bucket (like shown in the screenshot below). Django storages started failing with 403 »

Adil Hemache on AWS, S3, Django, Python, Issue 11 September 2019

Invalid literal for Decimal when trying to serialize money field in Django

When I was trying to serialize a MoneyField in Django Rest Framework (DRF), I got the following error: Traceback: ... File "/app/.venv/local/lib/python2.7/ »

Adil Hemache 15 August 2019

Fixing Django unsupported pickle protocol 4 error

After downgrading Python version used by a Django app that I'm working on, I started getting errors about deserialization, mainly affecting session & cache management. ValueError »

Adil Hemache 05 August 2019

Unapply all migrations for a specific Django app

Simply do python manage.py migrate [app_label] zero »

Adil Hemache 31 July 2019

Fix Firebase INVALID_ARGUMENT error when trying to deploy functions that uses Node 8 as engine

Due to a bug that affects yarn (possibly npm too) package management during build time when including the dependencies lock file, the deployment fails with following »

Adil Hemache 03 June 2019
Page 1 of 2 Older Posts →
Adil Hemache Blog © 2021
Proudly published with Ghost