Django-Styleguide-Example
Django-Styleguide-Example copied to clipboard
Add Admin template page branch processing according to custom_admin s…
If you run a project after forking or cloning, you will not be able to access the administrator page.
- docker-compose up
- docker-compose run django migrate
- docker-compose run django createsuperuser
- access admin page -> X
Because django.contrib.admin is the default setting.
Therefore, the configuration of the administrator page should be different according to the INSTALLED_APP setting.