I want the ModelAdmin interface to display as the default, not Pages - is there a way to do this?
You can set the default admin panel by adding the following file config.yml:
config.yml
AdminRootController: default_panel: 'NumberOneSuperAwesomeAdmin'
Yes, you can specify the default login assignment in your config.yml as follows:
Security: default_login_dest: 'admin/mymodeladmin'
Source: https://habr.com/ru/post/1016945/More articles:python setup.py egg_info mysqlclient - pythonUser contactsDirectoryProvider not called for some operations - androidAndroid: problem with clicking / dragging a nested bottom sheet - androidReact JS get current date - javascriptMobile Safari (10.3.1) DateTime-Local Error "Enter a valid value" - inputHow to watch only one object in an array? - javascriptEspresso testing disable animation - androidHow to use React BrowserRouter on the client and Java REST API (Spring Boot) on the server? - javaProgrammatically insert the header and graph in the same code snippet with R markdown, using the results = 'asis' - rHow to combine date and time in one object? - javaAll Articles