Opened 7 years ago

Closed 7 years ago

#28700 closed Bug (invalid)

Models not showing in admin site

Reported by: GraphPixel Owned by: GraphPixel
Component: contrib.admin Version: 1.9
Severity: Normal Keywords: models, admin
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hello,
I am a new user of Django and I am doing my internship in creating a project using Django. I am watching this tutorial: https://www.youtube.com/watch?v=9RpmcbICz18&list=PLEsfXFp6DpzRcd-q4vR5qAgOZUuz8041S&index=8
I am doing exactly what he is doing (step by step). After he created a new model and registered it in the admin.py file, I did the exact same thing, but it's showing in his admin site, but not in mine. I tried everything, I redid everything. I added the model in the settings.py's INSTALLED_APPS and I registered it using admin.site.register(MyModel) and did makemigrations and migrate and nothing seems to be working. I checked over 10 stackoverflow topics but no solution. PLEASE HELP!!!
Thanks!

Change History (2)

comment:1 by GraphPixel, 7 years ago

Owner: changed from nobody to GraphPixel
Status: newassigned
Version: 1.111.9

comment:2 by Tim Graham, 7 years ago

Resolution: invalid
Status: assignedclosed

Please see TicketClosingReasons/UseSupportChannels for ways to get help.

Note: See TracTickets for help on using tickets.
Back to Top