Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Serializing Django objects | Django documentation | Django
-
Oliver | Setting Up Nginx, uWSGI, and Django on Amazon's EC2
-
Django Logging, The Right Way
Good logging is critical to debugging and troubleshooting problems. Not only is it helpful in local development, but in production it's indispensable. When reviewing logs for an issue, it's rare to hear somebody say, "We have too much logging in our app." but common to hear the converse. So, with that in mind, let's get started. -
Implementing faceted search with Django and PostgreSQL
-
Caktus Blog Best of 2017
-
How to determine if a field has changed in a Django modelform - Stack Overflow
-
python - django - comparing old and new field value before saving - Stack Overflow
-
Copy-on-write friendly Python garbage collection – Instagram Engineering
-
(3) Build a Rest API with the Django REST Framework - YouTube
-
Django: When extending User, better to use OneToOneField(User) or ForeignKey(User, unique=True)? - Stack Overflow
-
ui/django-rq: A simple app that provides django integration for RQ (Redis Queue)
-
django-anymail - Django email backends and webhooks for Mailgun, Mailjet, Postmark, SendGrid, SparkPost and more
-
How I Learned to Stop Worrying and Love the Job Hunt
-
python - Use Django ORM outside of Django - Stack Overflow
-
Create a Mobile Application with Ionic 3, Angular 5 and Django Rest
-
Building Django HTTP APIs with GraphQL and Graphene
-
Django REST Framework Authentication
-
Getting started with Django Rest Framework
-
Build GraphQL Web APIs with Django Graphene
-
Python Decouple in Django
-
Ruby on Rails vs Python and Django: Which Should a Beginner Learn?
-
Introduction - Hello Web Books
-
Quick and Dirty Django project to find out all countries current trade agreements
Trade-Agreements A simple Django app to record country/trade agreement links Information for this can be found here: https://medium.com/@MrWeeble/who-actually-trades-solely-under-wto-rules-1b6127ce33c6 The commands in script.py can be used to populate the database by scraping data from the WTO website -
Moar Bookmarks! – roguelynn
nice bookmarks by Lynn (Python girls) -
Circus – roguelynn