﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28700	Models not showing in admin site	GraphPixel	GraphPixel	"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!"	Bug	closed	contrib.admin	1.9	Normal	invalid	models, admin		Unreviewed	0	0	0	0	0	0
