Open-source Flask/Jinja Template generated by AppSeed
op top of Datta Able a modern Bootstrap design. The project is a super simple Flask project WITHOUT database, ORM, or any other hard dependency. The project can be used as a codebase for future project or to migrate the Jinja files and assets to a legacy Python-based project that uses Jinja as template engine (Flask, Bottle, Django).
- 👉 Free support via Email &
Discord
- 🚀 Custom Development Services for
accelerated growth
- ✅ Deploy on AWS, DO, and Azure via
DeployPRO
service (read the DOCS)
PROMO
Discounts for Developers Up to 30%OFF
The discount is applicable to all products and licenses (no stock limits)
Built with App Generator, timestamp
2024-08-29 17:31
Up-to-date dependencies
- Render Engine: Flask / Jinja2
Dark Mode
(enhancement)- Persistent via browser
local storage
- Persistent via browser
Download the code
$ # Get the code
$ git clone https://github.com/appseed-projects/0cdaf18c-73aa-446c-a371-f5498ab1fdad.git
$ cd 0cdaf18c-73aa-446c-a371-f5498ab1fdad
Install modules via
VENV
$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt
Set Up Flask Environment
$ export FLASK_APP=run.py
$ export FLASK_ENV=development
Start the app
$ flask run
At this point, the app runs at http://127.0.0.1:5000/
.
Install modules via
VENV
(windows)
$ virtualenv env
$ .\env\Scripts\activate
$ pip3 install -r requirements.txt
Set Up Flask Environment
$ # CMD
$ set FLASK_APP=run.py
$ set FLASK_ENV=development
$
$ # Powershell
$ $env:FLASK_APP = ".\run.py"
$ $env:FLASK_ENV = "development"
Start the app
$ flask run
At this point, the app runs at http://127.0.0.1:5000/
.
The project has a simple, intuitive structure presented bellow:
< PROJECT ROOT >
|
|-- apps/__init__.py
|-- apps/
| |-- static/
| | |-- <css, JS, images> # CSS files, Javascripts files
| |
| |-- templates/
| |
| |-- includes/ # Page chunks, components
| | |
| | |-- navigation.html # Top bar
| | |-- sidebar.html # Left sidebar
| | |-- scripts.html # JS scripts common to all pages
| | |-- footer.html # The common footer
| |
| |-- layouts/ # App Layouts (the master pages)
| | |
| | |-- base.html # Used by common pages like index, UI
| | |-- base-fullscreen.html # Used by auth pages (login, register)
| |
| index.html # The default page
| page-404.html # Error 404 page (page not found)
| page-500.html # Error 500 page (server error)
| *.html # All other pages provided by the UI Kit
|
|-- requirements.txt
|
|-- run.py
|
|-- ************************************************************************
For more components, pages and priority on support, feel free to take a look at this amazing starter:
Designed for those who like bold elements and beautiful websites, Datta Able is the most stylish Bootstrap 4 Admin Template compare to all other Bootstrap admin templates. It comes with high feature-rich pages and components with fully developer-centric code.
- 👉 Flask Datta PRO - product page
- ✅
Enhanced UI
- more pages and components - ✅
Priority
on support
- ✅
Datta Able Flask - Open-source starter generated by App Generator.