RTL Version
To have rtl direction enabled, replace the reference of
app.min.css
to
app-rtl.min.css
and
bootstrap.min.css
to
bootstrap-rtl.min.css
and
update below line in function
initSettings
in file Upzet-Django/src/js/app.js
.
alreadyVisited = "rtl-mode-switch";
at line number 182.
Note:
After open terminal and enter command gulp