Fluent in Django: 8 Django template tags you should know
https://girlthatlovestocode.com/django-template-tags
@Django_pythonl
https://girlthatlovestocode.com/django-template-tags
@Django_pythonl
GirlThatLovesToCode
Fluent in Django: 8 Django template tags you should know
Intro
Django templating language (Django's default out-of-the-box templating language) comes with dozens of tags that make your template powerful and allows you to do many many things.
Tags provide arbitrary logic in the rendering process and they ar...
Django templating language (Django's default out-of-the-box templating language) comes with dozens of tags that make your template powerful and allows you to do many many things.
Tags provide arbitrary logic in the rendering process and they ar...
Useful Features of the Django Shell
https://nickmccullum.com/useful-features-django-shell/
@Django_pythonl
https://nickmccullum.com/useful-features-django-shell/
@Django_pythonl
Django rest framework: How to make a simple file upload API using viewsets.
https://joel-hanson.medium.com/drf-how-to-make-a-simple-file-upload-api-using-viewsets-1b1e65ed65ca
@Django_pythonl
https://joel-hanson.medium.com/drf-how-to-make-a-simple-file-upload-api-using-viewsets-1b1e65ed65ca
@Django_pythonl
Medium
Django rest framework: How to make a simple file upload API using viewsets.
This article is to show you how easy it is to make a simple file upload API using Django viewsets. There are other alternatives to do the…
Upload multiple files in Django admin
https://blog.rousek.name/2017/08/11/uploading-multiple-files-in-django-admin/
@Django_pythonl
https://blog.rousek.name/2017/08/11/uploading-multiple-files-in-django-admin/
@Django_pythonl
User Registration (Email/Password). Django Rest Framework Complete Tutorial
https://morioh.com/p/e16aacb73b86
@Django_pythonl
https://morioh.com/p/e16aacb73b86
@Django_pythonl
Morioh
User Registration (Email/Password). Django Rest Framework Complete Tutorial.#6
Storing Django Static and Media Files on Amazon S3
https://testdriven.io/blog/storing-django-static-and-media-files-on-amazon-s3/
@Django_pythonl
https://testdriven.io/blog/storing-django-static-and-media-files-on-amazon-s3/
@Django_pythonl
testdriven.io
Storing Django Static and Media Files on Amazon S3
This tutorial shows how to configure Django to load and serve up static and media files, public and private, via an Amazon S3 bucket.
How to Implement Token Authentication using Django REST Framework
https://simpleisbetterthancomplex.com/tutorial/2018/11/22/how-to-implement-token-authentication-using-django-rest-framework.html
@Django_pythonl
https://simpleisbetterthancomplex.com/tutorial/2018/11/22/how-to-implement-token-authentication-using-django-rest-framework.html
@Django_pythonl
Simple is Better Than Complex
How to Implement Token Authentication using Django REST Framework
In this tutorial you are going to learn how to implement Token-based authentication using Django REST Framework (DRF).The token authentication works by exchanging username and password for a token ...
Creating a REST API in Python with Django
https://stackabuse.com/creating-a-rest-api-in-python-with-django/
@Django_pythonl
https://stackabuse.com/creating-a-rest-api-in-python-with-django/
@Django_pythonl
GeoDjango Tutorial | Django documentation
https://morioh.com/p/18fe22b17fec
Docs: https://docs.djangoproject.com/en/3.2/ref/contrib/gis/tutorial/
@Django_pythonl
https://morioh.com/p/18fe22b17fec
Docs: https://docs.djangoproject.com/en/3.2/ref/contrib/gis/tutorial/
@Django_pythonl
Create Model in Django - Tutorial for Beginners
https://dev.to/sm0ke/create-model-django-1536
@Django_pythonl
https://dev.to/sm0ke/create-model-django-1536
@Django_pythonl
DEV Community
Create Model in Django - Tutorial for Beginners
A soft introduction in Django Models for beginners
Python Django Web Framework - Full Course for Beginners
https://www.youtube.com/watch?v=6CuNOylg6dA&ab_channel=AlfaLogixAlfaLogix
@Django_pythonl
https://www.youtube.com/watch?v=6CuNOylg6dA&ab_channel=AlfaLogixAlfaLogix
@Django_pythonl
How to Start a Production-Ready Django Project
https://simpleisbetterthancomplex.com/tutorial/2021/06/27/how-to-start-a-production-ready-django-project.html
@Django_pythonl
https://simpleisbetterthancomplex.com/tutorial/2021/06/27/how-to-start-a-production-ready-django-project.html
@Django_pythonl
Simple is Better Than Complex
How to Start a Production-Ready Django Project
In this tutorial I’m going to show you how I usually start and organize a new Django project nowadays. I’ve tried manydifferent configurations and ways to organize the project, but for the past 4 y...
Integrating GitHub login in Django without AllAuth Package
https://pythoncircle.com/post/747/integrating-github-login-in-django-without-allauth-package/
https://pythoncircle.com/post/747/integrating-github-login-in-django-without-allauth-package/
Python Circle
Integrating GitHub login in Django without AllAuth Package
In this article, we will see how to integrate the Login with GitHub button on any Django application. We will use plain vanilla GitHub OAuth instead of the famous Django-AllAuth package.
Adding Email Subscription Feature in Django Application
https://pythoncircle.com/post/657/adding-email-subscription-feature-in-django-application/
@pythonl
https://pythoncircle.com/post/657/adding-email-subscription-feature-in-django-application/
@pythonl
Python Circle
Adding Email Subscription Feature in Django Application
email subscription feature in django, sending email subscription confirmation mail in django, sending email unsubscribe email in Django, Add subscription feature in Django
django-postgres-extra aims to make all of PostgreSQL's awesome features available through the Django ORM.
https://github.com/SectorLabs/django-postgres-extra
https://github.com/SectorLabs/django-postgres-extra
GitHub
GitHub - SectorLabs/django-postgres-extra: Bringing all of PostgreSQL's awesomeness to Django.
Bringing all of PostgreSQL's awesomeness to Django. - SectorLabs/django-postgres-extra