https://github.com/zechcodes/wordlette
Simple and easy content management system that anyone can use.
https://github.com/zechcodes/wordlette
Last synced: 2 months ago
JSON representation
Simple and easy content management system that anyone can use.
- Host: GitHub
- URL: https://github.com/zechcodes/wordlette
- Owner: ZechCodes
- License: mit
- Created: 2020-07-02T16:54:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T20:10:20.000Z (over 1 year ago)
- Last Synced: 2025-01-22T20:52:46.139Z (4 months ago)
- Language: Python
- Size: 743 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordlette 0.1.0-alpha.11
> ⚠️ This is alpha software. It is not currently intended for production use.
Simple and easy content management system that anyone can use.
## Usage
Currently, there is only a simple setup process for the CMS. And a basic hello world landing page once it's all
configured.To run it just do the following:
```bash
pip install wordlette[cms]
wordlette serve
```That'll start a uvicorn server on [localhost:8000](HTTP://localhost:8000).
You can use the `--debug` (or `-d`) flag to enable debug mode. This currently only gives you stacktraces on error pages.