If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via my page.
Support Email: support@pichforest.com
The zip file contains all js files integrated with Zoise, however you need to perform following steps to run project locally.
Make sure to have the Python installed & running in your computer. If you already have installed Python on your computer, you can skip this step. If you are using Windows OS then please install using APP store.
Please follow below steps to install and setup all prerequisites:
Make sure to have the Python installed & running in your computer. If you already have installed Python on your computer, you can skip this step.
py -m pip --version
upgrade pip
py -m pip install --upgrade pip
python -m pip --version
upgrade pip
python -m pip install --upgrade pip
Make sure to have the virtualenv
installed globally
&
running on your computer. If you already have installed on your
computer, you can skip this step.
Virtualenv installation command for linux & mac os
python3 -m pip install --user virtualenv
Virtualenv installation command for Windows
py -m pip install --user virtualenv
Make sure to have all above prerequisites installed & running on your computer
Command | Description |
---|---|
python3 -m venv env_name
|
Create Virtual Environment on linux & mac OS |
python -m venv env_name
|
Create Virtual Environment on Windows OS |
source environment_name/bin/activate
|
Activate Environment on Linux & mac OS |
environment_name\Scripts\activate
|
Activate Environment on Windows OS |
pip install flask
pip install SQLAlchemy
pip install flask_sqlalchemy
pip install flask-wtf
pip install Flask-Mail
SMTP CONFIGURATION
Go to Zoise/zoise.py and update credential
zoise.config.update(
MAIL_SERVER = 'smtp.gmail.com',
MAIL_PORT = 465,
MAIL_USE_SSL = True,
MAIL_USERNAME = 'YOUR EMAIL ADDRESS',
MAIL_PASSWORD = 'YOUR EMAIL PASSWORD',
MAIL_DEFAULT_SENDER = 'YOUR EMAIL ADDRESS'
)
I have tried my best to have standards and modular structure while developing the theme. Following sections are explaining the theme File & Folder, Structure, CSS, js files Structure and plugins.
Root Directory ├── Zoise ├── __pycache__ ├── static └── css ├── fonts ├── images └── js ├── templates ├── index ├── partials └── zoise.db └── zoise.py
Go to Zoise/zoise.py
.
and update code
return render_template('index/index-1.html')
at line number 37.
Go to Zoise/zoise.py
.
and update code
return render_template('index/index-2.html')
at line number 37.
Go to Zoise/zoise.py
.
and update code
return render_template('index/index-3.html')
at line number 37.
Go to Zoise/zoise.py
.
and update code
return render_template('index/index-4.html')
at line number 37.
Go to Zoise/zoise.py
.
and update code
return render_template('index/index-5.html')
at line number 37.
Go to Zoise/zoise.py
.
and update code
return render_template('index/index-6.html')
at line number 37.
Once again thank you for purchasing the theme. I am always avaialble to help you. If you have any suggestion or feature to make it more better, I am requesting you to contact me, I'll try my best to add them in future updates.
Best,
- Pichforest
Copyright 2021 Pichforest.