#2articles1week
Read more stories on Hashnode
Articles with this tag
In this section, we will learn what is Admin in Django and how to create a superuser account for your website and access the admin interface from the...
Django Forms In this tutorial, we will learn what are Forms in Django and how to use forms.py to connect with models to directly save the result into...
Now that our environment -- a "project" -- is set up, we're set to start doing work. In this section, we will learn what is an App in Django and we...
What is Django? Django is a free and open source web application framework, written in Python. A Web framework is a set of components that provide a...