https://github.com/stefanpejcic/python-helloworld
An example Python (flask) application for OpenPanel
https://github.com/stefanpejcic/python-helloworld
flask helloworld openpanel python python-hello-world
Last synced: 10 days ago
JSON representation
An example Python (flask) application for OpenPanel
- Host: GitHub
- URL: https://github.com/stefanpejcic/python-helloworld
- Owner: stefanpejcic
- License: mit
- Created: 2026-03-12T12:53:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-12T13:06:01.000Z (3 months ago)
- Last Synced: 2026-03-12T19:07:46.541Z (3 months ago)
- Topics: flask, helloworld, openpanel, python, python-hello-world
- Language: Python
- Homepage: https://python.openpanel.org
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-helloworld
An example Python (flask) application for [OpenPanel](https://github.com/stefanpejcic/OpenPanel)
### Usage
1. Add domain in OpenPanel
2. Navigate to **FileManager** and open the domain folder (docroot)
3. Create `app.py` file with [this content](https://raw.githubusercontent.com/stefanpejcic/python-helloworld/refs/heads/main/app.py)
4. Create `requirements.txt` file with [this content](https://raw.githubusercontent.com/stefanpejcic/python-helloworld/refs/heads/main/requirements.txt)
5. Open **AutoInstaller > Python** and fill this information:

6. Click on 'Start Installation' and wait for process to finish.
7. Test by opening the domain in your browser.
---
See also [nodejs-helloworld](https://github.com/stefanpejcic/nodejs-helloworld)