Title
Simple is Better Than Complex
Go Home
Category
Description
This is a blog about Python, Django and Web Development. New posts every week.
Address
Phone Number
+1 609-831-2326 (US) | Message me
Site Icon
Simple is Better Than Complex
Page Views
0
Share
Update Time
2022-05-02 07:16:17

"I love Simple is Better Than Complex"

www.simpleisbetterthancomplex.com VS www.gqak.com

2022-05-02 07:16:17

simpleisbetterthancomplex Home Articles Videos Series Snippets Sponsor RSS Subscribe Search simple is better than complex Stories about Python, Django and Web Development article What You Should Know About The Django User Model Jul 8, 2021 Vitor Freitas 22 minutes read comments views The goal of this article is to discuss the caveats of the default Django user model implementation and also to give you some advice on how to address them. It is important to know the limitations of the current implementation so to avoid the most common pitfalls. Read more django user model contrib tutorial How to Start a Production-Ready Django Project Jun 27, 2021 Vitor Freitas 29 minutes read comments views 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 years or so this has been consistently my go-to setup. Read more django project tutorial How to Use Chart.js with Django Jan 19, 2020 Vitor Freitas 10 minutes read comments views Chart.js is a cool open source JavaScript library that helps you render HTML5 charts. It is responsive and counts with8 different chart types. Read more django charts chartjs tutorial How to Save Extra Data to a Django REST Framework Serializer Apr 7, 2019 Vitor Freitas 3 minutes read comments views In this tutorial you are going to learn how to pass extra data to your serializer, before saving it to the database. Read more django drf serializer tutorial How to Use Date Picker with Django Jan 3, 2019 Vitor Freitas 13 minutes read comments views In this tutorial we are going to explore three date/datetime pickers options that you can easily use in a Django project. We are going to explore how to do it manually first, then how to set up a custom widget and finally how touse a third-party Django app with support to datetime pickers. Read more django date datepicker datetimepicker bs4 bootstrap4 tutorial How to Implement Grouped Model Choice Field Jan 2, 2019 Vitor Freitas 6 minutes read comments views The Django forms API have two field types to work with multiple options: ChoiceField and ModelChoiceField. Read more django forms tutorial How to Use JWT Authentication with Django REST Framework Dec 19, 2018 Vitor Freitas 7 minutes read comments views JWT stand for JSON Web Token and it is an authentication strategy used by client/server applications where theclient is a Web application using JavaScript and some frontend framework like Angular, React or VueJS. Read more django drf rest api auth jwt tutorial Advanced Form Rendering with Django Crispy Forms Nov 28, 2018 Vitor Freitas 10 minutes read comments views In this tutorial we are going to explore some of the Django Crispy Forms features to handle advanced/custom forms rendering. This blog post started as a discussion in our community forum, so I decided to compile the insights and solutions in a blog post to benefit a wider audience. Read more django bootstrap4 bs4 crispy-forms forms tutorial How to Implement Token Authentication using Django REST Framework Nov 22, 2018 Vitor Freitas 9 minutes read comments views 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 that will be used in all subsequentrequests so to identify the user on the server side. Read more django drf rest api auth videos Django Authentication Video Tutorial Nov 4, 2018 Vitor Freitas 3 minutes read comments views In this tutorial series, we are going to explore Django's authentication system by implementing sign up, login, logout, password change, password reset and protected views from non-authenticated users. This tutorial is organized in 8 videos, one for each topic, ranging from 4 min to 15 min each. Read more django auth authentication login signup Page 1 of 11 Last page Next → Subscribe now Subscribe to our mailing list to receive updates from the blog Books Python & Django books I recommend Two Scoops of Django 1.11: Best Practices for the Django Web Framework Django for Beginners: Build websites with Python and Django Fluent Python: Clear, Concise, and Effective Programming Tweets Tweets by vitorfs Latest Comments Loading… Popular posts How to Extend Django User Model How to Setup a SSL Certificate on Nginx for a Django Application How to Deploy a Django Application to Digital Ocean © 2015-2021 simple complex cc by-nc-sa 3.0 // about contact faq cookies privacy policy