I have many apps and i want to activate the admin for all the models in my all apps.
I remember few months one of my friend did something that enables the admin site without any admin.py file
he did something in settings.py files with INSTALLED_APPS and all of the apps showed in the admin section
I am now not able to find that. Any one??
Your friend probably did something like…
In one of his admin.py files.
I dunno, I’d only do this to test stuff. It’s a bit too magical. Remember you’ll have to explicitly
unregisterany models you may want to register again.