Faq
Last updated Aug 15, 2024
Toggle
Unable to install flask.Before you run the command for starting the server, make sure that you have python and pip
installed. You can check it by running python --version and
pip --version in your terminal
And if they are not installed then follow our Installation Guide , where we have briefly mentioned the process of installing flask and running the project.
Most probably you are not in the correct directory when running this command, make sure that in
your
current directory there is a run.py file.
you can Check it by typing ls (if you are using ubuntu ) or by dir
(if you are a windows user), in the terminal and pressing enter.
If it still doesn't work, then you might have missed few dependencies while installing, refer our installation guide to get started with the project properly.
go to your scss folder and then find _variables.scss file in
utils folder
you need to change $primary-color and $secondary-color
variables hex code
style.scss file from the scss folder
:root {
--theme-deafult:
#7366ff;
--theme-secondary: #f73164;
}above 2 css color variables also change
customizer.js delete this script file from your page
dark-only
class to body tagrtl class
to body tag and also add dir="rtl"attribute in your html tagsidebar-layout="border-sidebar" attribute in sidebar-wrapper class