0
I’m trying to change the login screen to a new custom screen, but it’s not working.
https://github.com/rg3915/custom-admin
I set up the Settings:
'DIRS': [os.path.join(BASE_DIR, 'templates_admin')],
I created the folders and templates
https://github.com/rg3915/custom-admin/tree/master/myproject/core/templates_admin/admin
But it’s not working.
Regis, could you add more info to the question? You have clues to indicate why the login screen change is not working?
– gato
configures your
static files
take a look at this example, I think it will help https://github.com/brumazzi/DJango-Exemples/tree/master/Static_File– Brumazzi DB