If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via my page.
This guide will walk you through the installation process and prerequisites to get your admin dashboard up and running smoothly.
Follow these simple steps to install and set up Fadmin Admin Template:
py -m pip --version
upgread pip
py -m pip install --upgrade pip
py -m venv virtualenv_name
virtualenv_name\Scripts\activate.bat
pip install django
pip install django-allauth
pip install django-crispy-forms
pip install crispy-bootstrap5
Step 1: Unzip
Unzip The Downloaded Folder and open it in vscode or any other code editor you use.
Step 2: Navigate to the Project Directory
Run the command cd ./Admin
in the Terminal
Step 3: Install Js Dependencies And Build Assets
Run the following command to install the project dependencies:
npm install
gulp
Step 5: Migrations
Run the following command to create all the required database tables and make sure you have activated virtual env:
py manage.py makemigrations
py manage.py migrate
Step 5: Run project
Run the following command to start django server and enjoy development with Fadmin:
py manage.py runserver
Visit http://localhost:8000 in your browser to view your Fadmin Admin Template.
I have tried my best to have standards and modular structure while developing the theme. Following sections are explaining the theme File & Folder, structure, html file struture and plugins.
I have tried to follow the standards and modular structure while developing the theme. Let's take a look at the package structure:
Admin/ ├── components/ │ └── App for components. ├── dashboards/ │ └── App for dashboards. ├── fadmin/ │ └── setting.py │ └── All django settings here. ├── pages/ │ └── App for extra pages. ├── public/ │ └── Built assets are here. ├── src/ │ └── All assets, scss, js and plugins are here. └── templates/ └── All html files are here. Documentation/ └── index.html - documentation file for documentation.
{% load static %} {% include 'partials/main.html' with layout="vertical" %} <head> {% include 'partials/title-meta.html' %} {% include 'partials/head-css.html' %} {% block page_css %} {% endblock page_css %} </head> <body> {% include 'partials/navbar.html' %} {% block sidebar %} {% endblock sidebar %} <!-- Page Content --> <div class="page-content" > <!-- Page Inner -- > <div class="page-inner" > {% block content %} {% endblock content %} </div > <!-- footer -- > {% include 'partials/footer.html' %} <!-- right sidebar -- > {% include 'partials/right-sidebar.html' %} </div > {% include 'partials/vendor-scripts.html' %} {% block page_js %} {% endblock page_js %} </body > </html >
Files are explained below:
File | Description |
---|---|
style.css
|
This file is containing all common styles for all the pages. |
Install Live Sass Compiler extention in your Visual Code Editor. Click the Watch Sass button at the right side footer of visual studio code.
Files are explained below:
File | Description |
---|---|
custom.js
|
This is a main js file. It contains the custom JS code needed for features including layout, sidebar, etc. |
I've used the following resources as listed. These are some awesome creation and I am really thankful to the respective community.
File | Source / Link |
---|---|
Django
|
django 5.0 |
Django Allauth
|
django-allauth 0.61.0 |
Crispy Forms
|
django-crispy-forms 2.1 |
Crispy Bootstrap5
|
crispy-bootstrap5 2023.10 |
Bootstrap
|
bootstrap v5.3.2 |
Jquery
|
jquery v3.6.3 |
Simplebar
|
simplebar v6.2.5 |
Materialdesign Icons
|
materialdesignicons v7.4.47 |
Ionic Icons
|
ionicons v7.1.0 |
Font Awesome
|
fontawesome v6.5.1 |
Feathericons
|
feathericons v4.29.0 |
Themify Icons
|
themify-icons |
Typicons
|
typicons v2.1.2 |
Drip icons
|
dripicons v2 |
Apex Chart
|
apexcharts |
Echarts
|
echartsjs v4.0 |
Magnific-Popup
|
Magnific-Popup |
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,
Version 1.0.0 - 13 Aug 2024
2019 - 2024 © Fadmin.