Let's talk!
Clients
Services
Blog
About us
Careers
Let's talk!
SOFTWARE
HOUSE
Clients
Services
MVP Development
Web Development
Staff Augmentation
Insights
Blog
Learnings
Careers
About us
Contact us
Learnings
Boost your knowledge with the insights from our expert team.
accessibility
accessibility
agile
agile
ai
ai
api
api
architecture
architecture
aws
aws
career
career
celery
celery
communication
communication
concurrency
concurrency
css
css
data
data
database
database
db
db
debug
debug
design
design
design system
design system
development
development
devops
devops
django
django
docker
docker
documentation
documentation
figma
figma
frontend
frontend
git
git
html
html
javascript
javascript
js
js
leadership
leadership
management
management
metrics
metrics
ml
ml
orm
orm
performance
performance
postgres
postgres
process
process
product
product
product design
product design
python
python
react
react
redux
redux
research
research
security
security
software
software
sql
sql
sre
sre
test
test
testing
testing
tests
tests
typescript
typescript
ui
ui
ux
ux
web
web
workflow
workflow
<p>django-recaptcha now requires mocking for unit testing: </p>
↗
https://github.com/praekelt/django-recaptcha/issues/184#issuecomment-472598248
Flavio Juvenal
Aug 5, 2021
Topics:
django, testing
<p>The Fast Way to Test Django () Callbacks </p>
↗
https://adamj.eu/tech/2020/05/20/the-fast-way-to-test-django-transaction-on-commit-callbacks/
Andre Carneiro
Jul 30, 2021
Topics:
django, tests
<p>Django: How can I see a list of urlpatterns? </p>
↗
https://stackoverflow.com/questions/1275486/django-how-can-i-see-a-list-of-urlpatterns
Flavio Juvenal
Jul 14, 2021
Topics:
debug, django, urls
<p>Test the callback functions passed to transaction on_commit with <code>captureOnCommitCallbacks</code> </p>
↗
https://docs.djangoproject.com/en/3.2/topics/db/transactions/#use-in-tests
Mariane Pastor
Jul 12, 2021
Topics:
django
<p>As of django, test the callback functions passed to () with <code>()</code> </p>
↗
Mariane Pastor
Jul 12, 2021
Topics:
django
<p>Structuring large/complex Django projects, and using a services layer in Django projects: </p>
↗
https://forum.djangoproject.com/t/structuring-large-complex-django-projects-and-using-a-services-layer-in-django-projects/1487
Rebeca Sarai
Jun 30, 2021
Topics:
django
<p>Against service layers in Django: </p>
↗
https://www.b-list.org/weblog/2020/mar/16/no-service/
Rebeca Sarai
Jun 30, 2021
Topics:
django
<p>Where to put business logic in Django? Discussion: </p>
↗
https://forum.djangoproject.com/t/where-to-put-business-logic-in-django/282
Flavio Juvenal
Jun 30, 2021
Topics:
django
<p>How to specify a custom 404 view for Django using Class Based Views? </p>
↗
https://stackoverflow.com/questions/15149555/how-to-specify-a-custom-404-view-for-django-using-class-based-views
Flavio Juvenal
Jun 23, 2021
Topics:
django
<p>Render HTML from a string to browser straight from Python (useful for debugging broken template/view tests!) </p>
↗
https://stackoverflow.com/questions/21437386/launch-html-code-in-browser-that-is-generated-by-beautifulsoup-straight-from-p
Flavio Juvenal
Jun 23, 2021
Topics:
debug, django, python, test
<p>Django settings should be uppercase, otherwise it won't work </p>
↗
https://docs.djangoproject.com/en/3.2/topics/settings/#creating-your-own-settings
João Lins
Jun 14, 2021
Topics:
django
<p>How to get quantity of tasks in Celery and Redis from the default queue.</p> </br> <code> import redis from django.conf import settings queue_name = "celery" client = redis.Redis.from_url(settings.REDIS_URL) length = client.llen(queue_name) </code>
↗
João Lins
Jun 14, 2021
Topics:
celery, django, redis
<p>django-add-default-value: This django Migration Operation can be used to transfer a Fields default value to the database scheme. </p>
↗
https://github.com/3YOURMIND/django-add-default-value
Flavio Juvenal
Jun 3, 2021
Topics:
db, django, migration
<p>Image Uploads in Wagtail Forms: </p>
↗
https://dev.to/lb/image-uploads-in-wagtail-forms-39pl
Flavio Juvenal
Jun 2, 2021
Topics:
django, wagtail
<p>Django extension to allow working with 'clusters' of models as a single unit, independently of the database: </p>
↗
https://github.com/wagtail/django-modelcluster
Flavio Juvenal
May 31, 2021
Topics:
db, django, model
<p>Django - Deprecate Field: </p>
↗
https://github.com/3YOURMIND/django-deprecate-fields
Rebeca Sarai
May 28, 2021
Topics:
django
<p>Django styleguide used in HackSoft projects: </p>
↗
https://github.com/HackSoftware/Django-Styleguide
Rebeca Sarai
May 25, 2021
Topics:
django, style
<p>Django filter - filter(A).filter(B) vs filter(A, B) </p>
↗
https://www.hacksoft.io/blog/django-filter-chaining
Filipe Ximenes
May 20, 2021
Topics:
django, python
<p>Tool for making saveable SQL queries in Django: </p>
↗
https://github.com/groveco/django-sql-explorer
Flavio Juvenal
May 10, 2021
Topics:
django
<p>Django SQL Dashboard, an interface for running arbitrary read-only SQL queries directly against a PostgreSQL database, protected by the Django authentication scheme: </p>
↗
https://simonwillison.net/2021/May/10/django-sql-dashboard/
Flavio Juvenal
May 10, 2021
Topics:
admin, dashboard, django, sql
<p>Python News: What's New From March 2021? </p>
↗
https://realpython.com/python-news-march-2021/
Gustavo Carvalho
Apr 8, 2021
Topics:
django, python
<p>Safely Including Data for JavaScript in a Django Template </p>
↗
https://adamj.eu/tech/2020/02/18/safely-including-data-for-javascript-in-a-django-template/
Filipe Ximenes
Feb 25, 2021
Topics:
django, security
<p>Detect backward incompatible migrations for your Django project. </p>
↗
https://github.com/3YOURMIND/django-migration-linter
Filipe Ximenes
Feb 18, 2021
Topics:
django
<p>Django [migrations] and its default values </p>
↗
https://medium.com/botify-labs/django-and-its-default-values-c21a13cff9f
Filipe Ximenes
Feb 18, 2021
Topics:
django
Previous
Next
Close Cookie Preference Manager
Cookie Settings
By clicking “Accept all”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts.
Check our privacy policies.
Strictly Necessary (Always Active)
Cookies required to enable basic website functionality.
Analytics
Cookies helping understand how this website performs, how visitors interact with the site, and whether there may be technical issues.
Marketing
Cookies used to deliver advertising that is more relevant to you and your interests.
Personalization
Cookies allowing the website to remember choices you make (such as your user name, language, or the region you are in).
Save settings
Accept all
We use Cookies to promote our services.
Settings and Privacy.
Accept