Hi, I've seen instant admin plugin in a post a few days ago, and I wanted to try it but I have some troubles when I want to start it
According to the manual, I got to go here http://127.0.0.1:8000/[my_app_name]/plugin_instant_admin/welcome But it says an internal error that mention this: <type 'exceptions.ImportError'>(No module named storage) Because in the module plugin_instant_admin.py there's this: import copy from storage import Settings global_env = copy.copy(globals()) I'm not sure how to declare "storage" Is there anyone that uses this plugin? Thanks