
Your first view - 30 days of Django
Now it's time to create our first view and learn a little bit more about this.
Code With Stein offer both free and premium courses and tutorials. And track your progress.
Write a comment or join our Discord server for free. Talk about programming, server stuff or just show of your work.
Now it's time to create our first view and learn a little bit more about this.
It's time to create our first Django app and learn what it actually is.
Let's go through the different files in toodoo and find out what they do and how they're connected.
In this part, we will install and create a virtual environment, and install Django into it.
In this tutorial series, you will get an introduction to Django in just 30 days.
You might wonder how small you can make a django project. Keep reading to see how you can make a Django project with only 1 file and 13 lines of code, and this include line breaks
Most applications requires some sort of input from users. Learn how to get input from the keyboard.
Sometimes we need to convert a string to an integer, a float to a string, etc.
Learn how to build a simple CRM using Django and Vue by following this full course. This course is based on a previously series.
Learn how to build a simple todo application using Django (Python), Htmx and Tailwind.
Learn how to build a very basic todo application using Laravel 8 and Tailwind.
Learn how to create a live chat using Django and Channels. Plus how to authenticate users.
In this video, I will try to explain how Django works. I will talk a little bit about the different parts of Django like views, models, urls and similar.
I often use blank=True and null=True in database models in my Django videos. What's the difference between them?
In this article, I'll answer 6 typical programming questions I get from beginners.
Learn how to use a Python library called Tweepy to post tweets to your timeline using Django.
Sometimes you need to merge two or more QuerySets, learn how to do it without losing functionality like filtering, counting, etc.
Django is a framework based on python for building web sites and web applications.
Learn how to implement a simple wysiwyg editor with Django. In this video, I will show you how to do that.
Learn how to use Django and Vue to make it possible to load new data when you reach the bottom of the screen.