Welcome to Synto - Django Tailwind CSS Admin Dashboard Template
Created Date : 19/May/2023
Updated Date : 15/July/2023
Author : Spruko
Company : Spruko Technologies Private Limited
Thank you for showing interest towards our admin template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you want any queries open support ticket https://support.spruko.com.
Introduction
Welcome to Synto – Django Tailwind CSS Admin Dashboard Template
Synto - Django Tailwind CSS Admin Dashboard Template, With these template formats, it's very easy to create a presence and grab someone's attention around the web page
Because the template is built using HTML5, CSS3, Tailwind CSS framework and with Sass. So please before you start working with the template take a quick look on the documentation so that you can easily built your website.
If You Love Our Template Design Please don't forgot to rate it. Thank you so much! 😊
Template Description
Synto Django is a Tailwind CSS Admin Dashboard Template using modern and minimal design. It is fully flexible user-friendly and responsive. Synto Modern template is powered with HTML 5, SASS, & Tailwind CSS which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 130+ HTML Pages . No Need to do hard work for this template customization. We already designed it and you can easily design your website just how you like it.
This template is build using Tailwind CSS framework. After Purchased this template you will get All HTML files,CSS, Scss and JS Files.
It has super clean flat user interface admin design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design template.
It is a fully responsive layout for all type of devices. Works on all major web browsers, Desktop, iPhone, iPad, Tablet and all other smart phone devices
Once you Purchase Synto Django Tailwind CSS Admin Dashboard Template, you will be able to get free download of all future updates.
Template Features
Dark Theme Ready
RTL Version
Boxed Layout
12 Different Dashboards
Authentication Pages
Error Pages
130+ HTML Pages
Easy to Customize
Tailwind CSS Framework
Form Elements
Draggable Cards
Ratings
Tabulator JS
Notifications
Gallery
Apex Charts
Chartjs Charts
Echarts
Full Calendar
Sweet Alerts
Swiper JS
Blog Pages
Mail App
Chat
File Manager
Invoice
Landing
Pricing
Profile
Team
24 * 7 Professional Company Support
Ecommerce Pages
Under Construction Page
Color Theme Support (Primary and Background)
Neat, clean and simple design
W3C Validated
Switcher Features :
Theme Styles
Light & Dark Themes
LTR & RTL
Vertical & Horizontal Navigation Styles
Menu Click & Hover Styles
Icon Click & Hover Styles
Page Regular & Classic Styles
Layout Full Width & Boxed
Menu Fixed & Scrollable
Header Fixed & Scrollable
Sidemenu Closed
Icon Text Menu
Icon Overlay
Detached
Double Menu
Theme Colors
Menu Light
Menu Dark
Menu Color
Menu Gradient
Menu Transparent
Header Light
Header Dark
Header Color
Header Gradient
Header Transparent
Theme Primary
Theme Background
Menu With Background Images
Minimum Requirements
asgiref==3.6.0
beautifulsoup4==4.12.2
Django==4.2.1
django-htmlmin==0.11.0
html5lib==1.1
six==1.16.0
soupsieve==2.4.1
sqlparse==0.4.4
tzdata==2023.3
webencodings==0.5.1
Tailwind CSS v3.3.1
Preline v1.2.0
Sass
Gulp v4.0.2
Installation Process of Python
In order to run Django you need to install Python by the following steps
This steps are based on Windows OS
Step1: Please visite the Official Web Site of the Python python.org
Step2: Click on the Download Python button
Step3: Now your Python setup file has downloaded
Step4: Now Right click on the Python setup file and select Run as administrator click on Yes
Step5: Please click on the Check Box Add Python to PATH. And select Customize installation option
Step6: Click on Install for all users. And click on the Install button to install python on your system
Step7: To check whether Python is installed or not type python --version in your terminal or console
Step8: The pip package is automatically installed with your python installation
Step9: To check whether pip package is installed or not type pip --version in your terminal or console
NOTE: Please follow the official web site python.org to install on Linux/UNIX OS.
SET-UP DJANGO PROJECT
Assuming that you have already installed python in your computer.
First, you need to create an environment at your project location. where, you want to create your project in your computer globally or locally by setting your project path in the terminal.
To create Virtualenv type python -m venv env in your terminal or console
Now you need to activate your Virtualenv by typing env\scripts\activate
You must activate your Virtualenv to download any new dependencies "locally", otherwise those dependencies will install "globally"
INSTALLATION PROCESS OF Django
Here we are using "Python Manager" to download "Django"
If you know how to create Django project you can skip this step.
First open command prompt in my case Example:C:\Users\ADMIN01> and type pip install django and pip install django-htmlmin to install Django globally.
To check whether Django is installed or not type python -m django --version in your terminal or console
Now open a new command prompt and navigate to the folder where you want to create the Django project.
In my case Example:C:\Users\ADMIN01\Desktop\django>.
Now type the following command line django-admin startproject projectname and hit enter to create Django project. Here projectname is nothing but your django project folder name that you want to keep as your project name
Now you are sucessfully created Django project.
To create App or Application navigate to your django project folder Example:C:\Users\ADMIN01\Desktop\django\projectname> in your command prompt and type python manage.py startapp appname
Now you are sucessfully created App in your django project.
The project that you received will have a file called the requirements.txt file. Now go to that file location and then in your terminal type pip install -r requirements.txt
The above command will download all the required packages by using the requirements.txt file.
We have an improtant dependency or module called django-htmlmin it is used to minify the html content. You have already installed HTML_MINIFY with the help of requirements.txt file
By default we are disabling HTML_MINIFY module i.e., HTML_MINIFY= False if you want to enable HTML_MINIFY module please follow the root path dayone/settings.py in that file you will find HTML_MINIFY= False then change it into HTML_MINIFY= True
NOTE: If you have any further queries in installation please refer to the official website HERE
After installation run following command to get Django development server
python manage.py runserver
Purpose of a starter kit
Introduction to the Django Starter Kit:
The Django starterkit is a resource that helps developers kickstart their Django web development projects by providing a preconfigured and ready-to-use template. It aims to simplify the initial setup and provide a foundation for building Django Framework-based websites or applications.
Purpose of the Django Starter Kit:
The purpose of the Django starter kit is to save developers time and effort by offering a set of prebuilt files and configurations commonly used in Django projects. Instead of starting from scratch, developers can leverage the starter kit to quickly set up a project structure that adheres to best practices and industry standards.
Benefits of Using the Django Starter Kit:
The starter kit eliminates the need to set up the basic project structure manually. It provides a well-organized file and folder structure, including commonly used directories for separating code, templates, assets, and configuration files. This allows developers to focus more on implementing business logic rather than spending time on initial setup.
Starterkit Overview
You can use the Starterkit if you are creating a new project. It will be time-consuming to use the full admin version for a new project as Synto have more than 133 pages.
We have provided all the pre-build layouts like Sidemenu, Header, footer and blank pages etc in the Starterkit.
For further information or support regarding the template, please contact us using the provided link.
Take a quick look at the folder structure of the "Starterkit."
Integration of your customized HTML pages becomes easy when using the "Starterkit."
The "Starterkit" provides all the layout components, related assets, and plugins.
To explore the contents of the "Starterkit," unzip the project folder received after purchase.
Navigate to the following paths:
Example: C:/projectname/app/templates/components/- This folder contains files such as base.html files.
Example: C:/projectname/app/templates/components/layouts/- This folder contains files such as app-header.html, app-sidebar.html and footer.html, and switcher.html pages.
Example: C:/projectname/app/templates/- This folder contains files such as index.html, files and etc..,.
First, unzip the project folder that you received from us.
Navigate as shown Example: F:\project folder\app\templates in that template folder will have 130+ html pages
Navigate as shown Example: F:\project folder\app\templates\ Open components folder there you will find base.html, custom-base.html, landing-base.html files
Here base.html file is the base file for all the html pages
Here custom-base.html file is the base file for all custom pages ex: signin.html, signup.html, error404.html, error500.html, construction.html and createpassword.html etc..,
Here landing-base.html file is the base file for only landing page ex: landing.html
NOTE : By default switcher is enabled in your template, so the switcher-styles will work i.e., RTL, horizontal, hover and etc..,. So if you want to enable those styles, first you need to remove or disable switcher in your template as shown in switcher section in documentation.
Please refer FAQ'S to activate other versions and styles like RTL, horizontal, horizontal-hover, Dark-mode, Boxed-Layout, Icon Overlay, etc..,
SCSS & CSS
Synto comes with power of SCSS. The css files can be generated from scss
by simply following below steps:
Gulp
Gulp is a JavaScipt streaming task runner. It automate many development
tasks. Using gulp you can perform tasks like running a local server,
minifying code, compilation, Browser sync ,optimizing images, etc... We are
using gulp which allows to
having complete automation for build flow.
You can read it more about it here.
Prerequisites
Please follow below steps to install and setup all prerequisites:
Nodejs
Make sure to have the Node.js installed
& running in your computer. If you have already installed nodejs on
your computer, you
can skip this step, otherwise install nodejs on your computer,
Note : If you are using the latest version of Node JS or want to
install and use the latest version, click here and install all the dependencies manually
that are given below in command prompt.
Gulp
Make sure to have the Gulp
installed &
running in your computer. If you have already installed gulp on your
computer, you can skip
this step. In order to install, just run command
npm install -g gulp from
your terminal.
After Completion of gulp Install. open gulpfile.js And install
the "Declaration of gulp variables" in your command promt. In order to
install, just run command npm install gulp, npm install gulp-sass, npm install gulp-postcss, npm install gulp-autoprefixer, npm install gulp-sourcemaps, npm install browser-sync, npm install gulp-cssbeautify, npm install gulp-cached, npm install gulp-cssnano, npm install del, npm install tailwindcss, npm install gulp-clean-css, npm install gulp-npm-dist, npm install gulp-replace, npm install gulp-uglify, npm install gulp-useref-plus, npm install gulp-rename, npm install gulp-if, npm install gulp-file-include, npm install gulp-beautify
from your terminal.
Make sure to have all above prerequisites installed & running in your
computer. If you want to install more variables for your template, just
declare the variables in gulpfile.js after that run in command
promt
Gulp Commands
Command
Description
npm install
npm install command is used to intall required dependencies to run gulp in node_modules
gulp
In this template gulp watch command is for what ever changes made in scss folder, will watch and run an appropriate task.
All the CSS files under static/assets/css/ folder will be watched and upon changes made to these files, the styles task will be executed.
Go to root path: app/templates/components/landing-base.html open landing-base.html in that file, below the body tag, remove the switcher path given below.
To set sidemenu layout style Double Menu - *Does not work for horizontal
Theme Colors :
You can change the Theme Colors by adding the attribute to the html tag in base.html (Root:Root:app/templates/components/base.html)
Attribute
Description
data-menu-styles="light"
To set the menu style to light
data-menu-styles="dark"
To set the menu style to dark
data-menu-styles="color"
To set the menu style to color
data-menu-styles="gradient"
To set the menu style to gradient
data-menu-styles="transparent"
To set the menu style to transparent
data-header-styles="light"
To set the header style to light
data-header-styles="dark"
To set the header style to dark
data-header-styles="color"
To set the header style to color
data-header-styles="gradient"
To set the header style to gradient
data-header-styles="transparent"
To set the header style to transparent
bg-img="bgimg1"
To set menu background image1
bg-img="bgimg2"
To set menu background image2
bg-img="bgimg3"
To set menu background image3
bg-img="bgimg4"
To set menu background image4
bg-img="bgimg5"
To set menu background image5
FAQ'S
General Style
How to Change Font Style ?
Step 1:
Go To style.scss
(static/assets/scss/styles.scss )
if you want to change another font-family Go to the site Google Fonts And Select One
font Family and import in to styles.scss file
How to Select font Family
Example:
Step 2:
And paste Your Selected font-family in style.scss
Example:
Step 3:
And add the Your Selected font-family in tailwind config file inplace
of old font
Example:
fontFamily: {
inter: ["Inter", "sans-serif"], //place your font here
},
Step 4:
And add the Your Selected font-family to body that is font-inter in custom.scss file
(rootpath :- static/assets/scss/tailwind/_custom.scss) file inplace of old
font
By default menu icons are in the form od svgs if
you
want to change icons please follow below steps
Step 1 :
To change Menu icons, open app-sidebar page
Path:app/templates/components/layouts/app-sidebar.html and go through
app-sidebar
section, in that section you will find
svgtag, there you can replace previous icon with your
icon. Example
as shown in below
How to Change Logo ?
Go To "static/assets/img/brand-logos" folder and
replace
your
logo with Previous Logos within in image size.
note: Please don't increase logo sizes. Replace your logo within
given
image size. otherwise the logo will not fit in particular place it
disturbs the template design.
To clear LocalStorage(cookie)
How to clear LocalStorage (cookie)?
Step1:
Open custom-switcher.js file
static/assets/js/custom-switcher.js
To clear LocalStorage loading functions you need to remove
localStorageBackup(); function in custom-switcher.js as
shown
below
function localStorageBackup() {....}
Step2:
To remove complete LocalStorage saving you need to remove
all localstorage related calling functions in
custom-switcher.jsstatic/assets/js/custom-switcher.jsfile.
LocalStorage related functions like localStorage.setItem,
localStorage.removeItem, localStorage.getItem,
localStorage.clear. Below are the some examples to find out.
To remove complete LocalStorage saving you also need to
remove
main.js link present in mainhead.html
Path:app/templates/components/layouts/styles.html as shown below