I was there! Django started when Adrian Holovaty and I were working together for a year at the Lawrence Journal-World newspaper back in 2003-2004. I was there on a year ... (more…)
Read more »
Django error tracking from Sentry provides developers with the insight to easily find, triage, fix, and prevent Django errors in production as part of your e... (more…)
Read more »
If you’re familiar with Django static files in you would make a similar suggestion: (more…)
Read more »
The main Usage of a proxy model is to override the main functionality of existing Model. It is a type of model inheritance without creating a new table in Database. It always queries on original model with overridden methods or managers. (more…)
Read more »