...

Ekash - Personal Finance Management Admin Dashboard Django Template

v 1.0

Introduction


First of all, Thank you so much for purchasing this template and for being our loyal customer. You are awesome!
You are entitled to get free lifetime updates to this product + exceptional support from the author directly.

This documentation is to help you regarding each step of customization. Please go through the documentation carefully to understand how this template is made and how to edit this properly. Basic HTML and CSS knowledge is required to customize this template. You may learn basics here, here and here.

Requirements

You will need the following software to customize this template.

  1. Code Editing Software (eg: VS Code, Sublime Text or PyCharm)
  2. Web Browser for testing (eg: Google Chrome or Mozilla Firefox)
  3. Git for version control (eg: Git)

Be careful while editing the template. If not edited properly, the design layout may break completely.
No support is provided for faulty customization.

Installation

1. Download and Extract the Zip File:

Download the zip file containing all files integrated with Ekash. Extract the contents of the zip file to your desired location.

2. Prerequisites

Ensure you have Python 3.8+ and Django installed on your machine. You can download Python from python.org. After installing Python, install Django using pip: pip install django

3. Setup Virtual Environment:

Create a virtual environment for your Django project to manage dependencies. Navigate to your project directory and run python -m venv venv. Activate the virtual environment using venv\\Scripts\\activate on Windows or source venv/bin/activate on macOS/Linux.

4. Install Dependencies

Install all required packages by running pip install -r requirements.txt in your project directory. This will install Django and all other necessary dependencies for the Ekash template.

5. Run the Django Development Server

Navigate to your project folder and run python manage.py runserver. This will start the Django development server, and you can access your application at http://127.0.0.1:8000/ in your web browser.

Compile SASS #back to top

Compile Sass

Run following command to watch and build SASS

npm run sass

Path change

You may want to change your folder destination of outputed CSS or input SASS. In order to do that, just open the package.json file and update the script command's path as yours.

"sass": "sass --watch public/scss/style.scss:public/css/style.css"

Fonts #back to top

In this template we used "Segoe UI" font which is provided by Bootstrap default. That's why we didn't have to import any font anymore. But font can be added and changed by following ways.

Import font

Import the font into font.scss

//import your font like this @import url('Your font URL');
Apply font

Now change the template font-family in the _variable.scss file

//change the font family name $pf: "Segoe UI";

Following icon fonts used in this template

Icon Name Example URL
Flat Icons <i class="fi fi-rr-home"></i> https://www.flaticon.com/search?type=uicon

Hire us #back to top

If you need theme customization or custom web development, please provide your project details using below form and one of our well established development partners will get back to you with a free quote

Send me quote