I am making a django application in arabic and I would like the interface to be from right to left. How can I make it happen?
Asked
Active
Viewed 43 times
0
-
you can change the css of django admin. get the default css from here: https://github.com/django/django/tree/master/django/contrib/admin – Jaydeep Aug 14 '20 at 06:59
-
@zero how to get it in the project – Aug 14 '20 at 07:35
-
See this question https://stackoverflow.com/a/37317429/2732913 – maremare Aug 14 '20 at 12:58