Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Tutorial: Django REST with React (Django 2.0)
-
Tracking User Login Activity in Django Rest Framework: JWT Authentication
The first choice when it comes to creating REST API’s for your web app in Python/Django is Django Rest Framework(DRF), a powerful toolkit that integrates well with Django. DRF comes with various… -
S3SQLite - A Serverless Relational Database
"As a spiritual descendant of our NoDB project, I've written a new server-less database engine for Django: s3sqlite. "It's a thin wrapper around the normal Django SQLite database engine, but it automatically syncs the DB file with S3. "Obviously, this will cause problems for high-write applications, but for high-read applications without concurrent writes, it scales very well, it's trivial to set up, and it's orders of magnitudes cheaper that AWS RDS." -
Django
"The Web framework for perfectionists with deadlines" -
(5) Django + ReactJS - YouTube
-
S3SQLite - A Serverless Relational Database
-
Django vs Laravel: Which Framework Should You Choose?
-
Tutorial: Django REST with React (Django 2.0)
(g -
How to Add Social Login to Django
-
How a request becomes a response: Diving deeper into WSGI – Django Deconstructed
-
godaddy/django-snow: ServiceNow Ticket Management App for Django based projects
-
Full stack Django: Quick start with JWT auth and React/Redux (Part I)
-
Full stack Django: Quick start with JWT auth and React/Redux (Part II)
-
Creating a CMS Website with Django
-
How to Extend Django User Model
-
24-Gypsy-Jazz-Standards-Notation-Only.pdf
-
Tutorial: Django REST with React (Django 2.0)
How to create a simple Django REST API? How to structure a Django project with React? Here's a practical introduction to using Django REST with React. Featuring Django 2.0! -
As a Django noob with little experience hosting web services, but a complex app (constantly running processes, accepting payments, etc.) which hosting provider would you recommend? : django
-
Django Admin Cookbook — Django Admin Cookbook 2.0 documentation
-
C, C++, Python and Ruby Programming | Udemy
-
repl.it - DarkkhakiDamagedBovine
-
pyenv/pyenv-virtualenv: a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
-
Tutorial — Flask Documentation (0.12)
-
Flask learning path? : learnpython
-
Build a CRUD Web App With Python and Flask - Part One ― Scotch