This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
privatecoffee-website
Watch
4
Star
0
Fork
You've already forked privatecoffee-website
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
614c1870a8
privatecoffee-website
/
.gitignore
4 lines
31 B
Text
Raw
Normal View
History
Unescape
Escape
Implement dynamic service rendering with Flask Refactored the website to serve dynamic content using Flask, replacing static HTML pages. This allows for the centralized management of service data through a JSON file. Optimizations include: - Added a .gitignore file to exclude Python and Flask-specific temporary files. - Migrated static assets into an organized directory structure to facilitate Flask's static file serving. - Removed redundant HTML files and created Flask template versions with dynamic content rendering. - Introduced Caddy server configuration for the new Flask architecture, including headers for security and CORS policy, and reverse proxy settings for route handling. With these changes, website maintenance and updates are simplified, allowing for service information to be updated in a single location (`services.json`), which then propagates to the user-facing pages automatically.
2023-12-31 12:59:13 +00:00
venv/
*.pyc
chore: update .gitignore to include build directory Added the 'build/' directory to .gitignore to exclude build artifacts from version control. This change helps keep the repository clean by avoiding unnecessary files. No functional code changes were made.
2024-07-01 12:53:33 +00:00
__pycache__/
build/
Reference in a new issue
Copy permalink