Without putting admin.autodiscover() in urls.py the admin page shows You don\'t have permission to edit anything (See SO thread).
admin.autodiscover()
You don\'t have permission to edit anything
Why is this
Django doesn't require you to use django.contrib.admin on every site - it's not a core module.