Django CompositeKeyField – access to a legacy database without altering tables
I have discovered a truly remarkable solution for composite foreign keys support in Django ORM that works well when you can’t modify an… (more…)
Read more »This post looks at how to configure Celery to handle long-running tasks in a Django app. Read more