Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
ierror/django-js-reverse: Javascript url handling for Django that doesn't hurt.
-
Pinax
-
GitHub - chrisjrn/registrasion: A conference registration app, built on top of the Symposion conference management system | https://github.com/
-
Building a configurable taxonomy in Wagtail (Django)
-
Flask vs Django
-
PauLoX – Full-Text Search in Django with PostgreSQL
-
Building a combined stream of recent additions using the Django ORM
Very handy. I've tried a couple of laborious ways of doing the same in the past, probably before `.union()` appeared. -
pdb: Using the Python debugger in Django - Minutiæ by Mike Tigas
-
GitHub - wsvincent/djangox: A framework for launching new Django projects quickly.
-
A Multiple Model Django Search Engine
-
Авторизация через Telegram в Django и Python
Написал небольшой гайд как встроить авторизацию через telegram в свой сайт на Python — #django #telegram #python -
Django development with Docker —A completed development cycle
-
Creating a production ready API with Python and Django Rest Framework - part 1
The aim if this tutorial is to show how to create a production ready solution for a REST API, using Python and Django Rest Framework. -
Time Zones in Pytz & Django
-
Tutorial: Django REST with React (Django 2.0)
-
How to upload multiple images in Django using Dropzone and saving path dynamically ? - Stack Overflow
-
Django - File Uploading
-
How to Upload files With Django
-
Django: How to Extend The User Model (aka Custom User Model) - William S. Vincent
-
Django Login/Logout Tutorial - William S. Vincent
-
Continuous Integration and Deployment with Drone, Docker, Django, Gunicorn and Nginx - Part 3
-
Django development with Docker —A completed development cycle
-
Do you know less obious features of Django ORM?
-
DJANGO 2.0 - Django Login/Logout Tutorial
-
How To Send And Receive Email With Django And Amazon SES - MicroPyramid