flask dashboard material dark
1.0.0
由AppSeed Web App Generator 在Flask中編碼的開源管理儀表板- 功能:
連結
PRO 版本包括進階 UI 套件、終身更新和24/7 即時支援(透過 Discord)
Flask DattaAble PRO | Flask 儀表板黑色 PRO | Flask 儀表板 Argon PRO |
---|---|---|
$ # Get the code
$ git clone https://github.com/app-generator/flask-dashboard-material-dark.git
$ cd flask-dashboard-material-dark
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv --no-site-packages env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows based systems)
$ # virtualenv --no-site-packages env
$ # .envScriptsactivate
$
$ # Install modules - SQLite Database
$ pip3 install -r requirements.txt
$
$ # OR with PostgreSQL connector
$ # pip install -r requirements-pgsql.txt
$
$ # Set the FLASK_APP environment variable
$ (Unix/Mac) export FLASK_APP=run.py
$ (Windows) set FLASK_APP=run.py
$ (Powershell) $env :FLASK_APP = " .run.py "
$
$ # Set up the DEBUG environment
$ # (Unix/Mac) export FLASK_ENV=development
$ # (Windows) set FLASK_ENV=development
$ # (Powershell) $env:FLASK_ENV = "development"
$
$ # Start the application (development mode)
$ # --host=0.0.0.0 - expose the app on all network interfaces (default 127.0.0.1)
$ # --port=5000 - specify the app port (default 5000)
$ flask run --host=0.0.0.0 --port=5000
$
$ # Access the dashboard in browser: http://127.0.0.1:5000/
該應用程式可以在 Docker 容器中輕鬆執行。步驟:
取得程式碼
$ git clone https://github.com/app-generator/flask-dashboard-material-dark.git
$ cd flask-dashboard-material-dark
在 Docker 中啟動應用程式
$ sudo docker-compose pull && sudo docker-compose build && sudo docker-compose up -d
在瀏覽器中造訪http://localhost:5000
。該應用程式應該已啟動並正在運行。
Flask 是一個輕量級 WSGI Web 應用程式框架。它旨在讓入門變得快速、簡單,並且能夠擴展到複雜的應用程式。它最初是 Werkzeug 和 Jinja 的簡單包裝,現在已成為最受歡迎的 Python Web 應用程式框架之一。
儀表板是一組易於閱讀的頁面,並向使用者即時提供有關其業務的資訊。儀表板通常由組織內當前狀態和趨勢的圖形表示組成。擁有精心設計的儀表板將使您能夠根據您的業務提供的數據(由 Creative-Tim - 免費儀表板模板提供的定義)採取行動並做出明智的決策。
Material Dashboard Dark Edition 是一款免費的 Material Bootstrap 4 Admin,其新穎的設計靈感來自 Google 的 Material Design。 Material Dashboard 是一款免費的 Material Bootstrap 4 Admin,其新穎的設計靈感來自 Google 的 Material Design - 由 Creative-Tim 提供。
Flask 儀表板材質深色 - 由AppSeed Web 應用程式產生器提供。