Logo
Explore Help
Sign In
cottongin/pi-weekly-newspaper
1
0
Fork 0
You've already forked pi-weekly-newspaper
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
pi-weekly-newspaper/run.py

5 lines
97 B
Python
Raw Permalink Normal View History

chore: add run.py entrypoint, update .gitignore and README Moved the app entrypoint from app.py __main__ block to a dedicated run.py. Updated .gitignore to exclude editor, superpowers, and OS files. Made-with: Cursor
2026-04-06 18:39:49 -04:00
from app import create_app
app = create_app()
app.run(host="127.0.0.1", port=5005, debug=False)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 32ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API