https://github.com/pallets/website
Code and content for the Pallets website
https://github.com/pallets/website
flask pallets python
Last synced: about 1 year ago
JSON representation
Code and content for the Pallets website
- Host: GitHub
- URL: https://github.com/pallets/website
- Owner: pallets
- License: mit
- Created: 2023-05-20T14:19:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T19:36:41.000Z (about 1 year ago)
- Last Synced: 2025-03-20T20:57:05.610Z (about 1 year ago)
- Topics: flask, pallets, python
- Language: Python
- Homepage: https://palletsprojects.com
- Size: 549 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pallets Projects Website
This is the code and content for https://palletsprojects.com. Static content
from the `content` folder is loaded when the server is started then served
quickly from memory or cache. This allows editing content as plain files like a
static site, while also taking advantage of Python and a full application.