Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Options for public facing IDs in Django | spikelantern
-
meinheld-gunicorn-docker - Docker image with Meinheld managed by Gunicorn for high-performance WSGI web applications
Meinheld + Gunicorn combo seems to be best/fastest way to deploy Django applications -
charles leifer | Describing Relationships: Django's ManyToMany Through
-
Options for public facing IDs in Django | spikelantern
-
RuntimeError: Model class django.contrib.sites.models.Site doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS - Stack Overflow
-
04. Connecting Django with PostgreSQL Database - YouTube
-
Adding two factor authentication to Django admin
-
Django vs. Flask in 2019: Which Framework to Choose | TestDriven.io
Django vs. Flask in 2019: Which Framework to Choose -
TriOptima/iommi: Your first pick for a django power cord
Your first pick for a django power cord. Contribute to TriOptima/iommi development by creating an account on GitHub. -
Timo Zimmermann
-
hishnash/djangochannelsrestframework: A Rest-framework for websockets using Django channels-v2
-
GitHub - sesh/djver: Ever wanted to know what version of Django someone else is running?
> Ever wanted to know what version of Django someone else is running? -
GitHub - arneb/django-messages: A Django application handling private messages between users.
> A Django application handling private messages between users. -
Securing a Containerized Django Application with Let's Encrypt | TestDriven.io
-
Dockerizing Django with Postgres, Gunicorn, and Nginx | TestDriven.io
-
Django Test Splitting on Circle CI — Kogan.com Dev Blog
-
Twitter
2020 Python Web Conference: Over 260 attendees from 6 continents, with Python experts presenting on 40 topics including Plone, Django and machine learning. #Python #Plone #Django -
A Very Successful 2020 Python Web Conference — Plone: Enterprise Level CMS - Free and OpenSource - Community Driven - Secure
2020 Python Web Conference: Over 260 attendees from 6 continents, with Python experts presenting on 40 topics including Plone, Django and machine learning. #Python #Plone #Django -
Using FastAPI with Django - Stavros' Stuff
-
eat some code - Setup Django on Mac in 2020
-
lepture/authlib: The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included. - lepture/authlib -
django-csvimport · PyPI
django-csvimport is a generic importer tool to allow the upload of CSV files for populating data. The egg installs an admin csvimport model that has a file upload field. Add a new csvimport and upload a comma separated values file or MS Excel file. The upload triggers the import mechanism which matches the header line of the files field names to the fields in the selected model. Importing any rows that include all required fields. Optionally required fields can be specified as part of the upload. By default duplicate value rows are not inserted. The import can also be run as a custom command, ie manage.py importcsv filename for possible use via cronjob etc. For CSV files import where their schema is unknown, and there is no existing model to import to, there is another command, inspectcsv, to generate the model code from the CSV file, guessing data types from the data using https://messytables.readthedocs.org - to use this command please pip install messytables. The core import code was based on http://djangosnippets.org/snippets/633/ by Jonathan Holst. It adds character encoding handling, model field and column autodetection, admin interface, custom command etc. -
Building A Blog Application With Django | Django Central
-
Quickstart - Django GraphQL Auth
-
Django Highlights: User Models And Authentication (Part 1) — Smashing Magazine