django programming
-
Using Django API is easy with built-in templates
you can easily use simple apis without configuring an external frontend. here's how to use django templates for api programming. -
How to override default template in django-allauth
django-allauth's default templates look plain and may not suit your needs. here's how you can override them. -
How to build an authentication system in Django using OAuth
django provides a default authentication system for developers. however, you can create a secure login system with social media accounts in django using oauth. -
How to use AWS S3 Bucket to store static and media files in Django
if you're using the django web app, you need to efficiently handle static content and user-uploaded media. aws s3 bucket will make it easy for you to do that in django.