Github Repository
What Will I Learn
- You will learn how use the login view
- You will Learn how to create your own login screen in Django.
Requirements
Required Knowledge
- A little understanding of key/value stores
- A fair understanding of development and Imperative or Object Oriented Programming
- Some understanding of real time databases
Resources
OS Support:
- Windows 7 SP1 or later (64-bit)
- mac OS (64-bit)
- Linux (64-bit)
Difficulty
- Basic
Hello Everybody!
I am new in steemit community. Always I try to do better things by hard working.
Today I will show how to use the LoginView to create your own login screens in Django.
Let's Started
This login view is going to allow us to create our own page. Where user can log in instead of using the default admin login that Django comes with.
I have already a project set up here. I am not going to create any sub apps. Normally you would but just to keep it simple. I’m going to put everything here in this login example directory.
There are only a couple of thing that I need to add so the first. So the first thing I need to do migrate. I can get the database and then I want to create a super user.
You Can see the full tutorial in this video…
Video Tutorial
Proof of Work Done
Curriculum
- First Tutorial