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 , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Version: | 1.11 → 1.9 |
comment:2 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Please see TicketClosingReasons/UseSupportChannels for ways to get help.