A. By including the admin app in the projects INSTALLED_APPS
B. By running the createsuperuser management command
C. By setting the ADMIN_ENABLED variable in the projects settings
D. By defining URL patterns for the admin interface
Correct Answer is :
A. By including the admin app in the projects INSTALLED_APPS