Creating an App in Django
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 will create an account App to handle the user signup feature. So let's get started. What is App? An Ap...
Mar 19, 20215 min read10

