Catalog
Full catalog
Resources
Blog
University
Guide
Bootcamps
Provided by
JetBrains Academy
Creators of the most popular IDEs:
IntelliJ IDEA, PyCharm
& others
Authors of
Kotlin
,
Google's preferred language
for Android
More than
11.4 million developers and 300,000 companies worldwide
use JetBrains IDEs to create their products
Pricing
For Business
Sign in
Start for free
Computer science
Backend
Django
Forms
Registration and authentication
Suggested problems
Superuser vs User
Staff privileges
Identification Attributes
Redirection URL After Logging In
Redirection After Logout
Redirect Authenticated User
Create a Usual User
Create a Superuser
Signup View
Login View
Skip topic
Theory
Create a Usual User
Report a typo
Create a regular user with the following parameters:
username is "
FirstUser
"
password is "
HyPerPasS
"
email is "
[email protected]
"
Write a program in Python 3
Get unstuck
Comments
Get help from the community
Code snippets
See topic-related syntax examples
Solutions
Look up answer (won't affect progress)
Code Editor
IDE
100
›
9
1
from
django.contrib.auth.models
import
User
IDE integration
Checking the IDE status
Unlock your coding potential with IDE
Using IDEs is a must for every professional developer. IDEs provide code highlighting, syntax validation, code formatting, auto-completion, the ability to debug your code, and more. Our
support team
is here to help with any issues.
Use JetBrains IDE to practice
Learn more
46
learners liked this problem.
1
didn't like it.
What about you?
___
Create a free account to access the full topic
Sign up with Google
Sign up with GitHub
Sign up with JetBrains Account
Sign up with email
By continuing, you agree to the
JetBrains Academy Terms of Service
as well as
Hyperskill Terms of Service and Privacy Policy
.
Comments (3)
Hints (0)
Useful links (0)
Solutions (20)
Show discussion