To make the default RTL version just follow the below steps.
To enable RTL, Add the attribute dir="rtl" to the <html> tag in the base.html file.
<html lang="en" dir="rtl">
Update the CSS links in base.html by including the link css files to include the RTL stylesheet:.
<link href="{{ config.ASSETS_ROOT }}/css/app-rtl.min.css" rel="stylesheet" type="text/css">