Forums

Changing Django's logging template view.

Hi guys, I would like to customize the Django login view using css and javascript. Any clue in how to do that or about where logging templates are located in Pythonanywhere?

That would be a django question. For pure css changes you can look at hacking the collected admin static files. You can also change the login template/login url/view from django settings.

Conrad