DevHomies / LikeHome

A mini clone of hotels.com
MIT License
1 stars 0 forks source link

Database for Authentication #9

Closed TrustfulDev closed 1 year ago

TrustfulDev commented 1 year ago

We're going to at least need a database for authentication by the 3/21 Demo

xiyuanzhou commented 1 year ago

http://127.0.0.1:8000/admin/ when run the server opens this link will guide to the Django administration, which can see/modify all the user data or models

For the admin staff account(superuser), log in to the administration: email: managers@example.com username: managers password: backend123

xiyuanzhou commented 1 year ago

To show new models in Django administration, need to modify admin.py to register new models.

Screen Shot 2023-03-12 at 6 45 38 PM