Sitemap
Press enter or click to view image in full size
article banner

Django Polls Simplified — Introducing the Django Admin

3 min readJan 19, 2025

--

This is a continuation:

Developer Advice:

Site visitors don’t intend to use the admin. It’s for site managers.

Make sure you activate your development environment.

Creating an admin user

First, we’ll need to create a user to log in to the admin site. Run the following command:

python manage.py createsuperuser

Enter your desired username and press enter.

You will then be prompted to provide your desired email address.

The final step is to enter your password. You will be asked to enter your password twice, the second time as a confirmation of the first.

Press enter or click to view image in full size

Start the development server

--

--

Chris Achinga
Chris Achinga

Written by Chris Achinga

Software Engineer (Python & Javascript)

No responses yet