Create Users App
Follow step-by-step instructions to create a new app which will allow people to register and login in.
We'll cover the following...
We’re going to create a new app that will allow people to register and log in.
Create new app
To create a new Users app, issue the following command in the terminal window. We issued a similar command when we created the Listings app.
python manage.py startapp users
After we issue the startapp
command, a new directory called ...