Flask Material Dash 2 PRO 一款 Flask 后台管理面板源码

使用文档:https://docs.appseed.us/products/flask-dashboards/material-dashboard2-pro/

LIVE Demo:https://flask-material-dashboard2-pro.appseed-srv1.com/login

已过期,此贴无效

</s><i> </i>&lt; PROJECT ROOT &gt; | |-- apps/ | | | |-- home/ # A simple app that serve HTML files | | |-- routes.py # Define app routes | | | |-- authentication/ # Handles auth routes (login and register) | | |-- routes.py # Define authentication routes | | |-- models.py # Defines models | | |-- forms.py # Define auth forms (login and register) | | | |-- static/ | | |-- &lt;css, JS, images&gt; # CSS files, Javascripts files | | | |-- templates/ # Templates used to render pages | | |-- includes/ # HTML chunks and components | | | |-- navigation.html # Top menu component | | | |-- sidebar.html # Sidebar component | | | |-- footer.html # App Footer | | | |-- scripts.html # Scripts common to all pages | | | | | |-- layouts/ # Master pages | | | |-- base-fullscreen.html # Used by Authentication pages | | | |-- base.html # Used by common pages | | | | | |-- accounts/ # Authentication pages | | | |-- login.html # Login page | | | |-- register.html # Register page | | | | | |-- home/ # UI Kit Pages | | |-- index.html # Index page | | |-- 404-page.html # 404 page | | |-- *.html # All other pages | | | config.py # Set up the app | __init__.py # Initialize the app | |-- requirements.txt # App Dependencies | |-- .env # Inject Configuration via Environment |-- run.py # Start the app - WSGI gateway | |-- ************************************************************************<i> </i><e>

是一套UI么,感觉还行。

@“[未知用户]”#p23142 后端基于 flask 的 一套管理面板,适合 python 新手练手项目,入门

@“[未知用户]”#p23143 那就是还带了框架,挺不错的。套一下就可以做个程序了。