https://github.com/noracodes/silvr
A Flask & SQLite3 blogging app.
https://github.com/noracodes/silvr
Last synced: over 1 year ago
JSON representation
A Flask & SQLite3 blogging app.
- Host: GitHub
- URL: https://github.com/noracodes/silvr
- Owner: NoraCodes
- Created: 2015-09-27T03:44:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T19:01:09.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T01:42:20.214Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Silvr
[](https://travis-ci.org/SilverWingedSeraph/silvr)
Silvr is a simple but powerful Python/Flask blogging platform designed for developers to customize for their customers.
It allows users to write posts and store them in a SQLite3 database, and display them to the web at large. You, as a
developer, can quickly edit the theme, add functionality, or even entirely change
Planned features include a simple setup script, multiple users, and themeing.
### How to Use:
Currently, setting up a Silvr site requires running this in a Python 3 console in the silvr directory:
```
>>> import silvr
>>> silvr.init_db()
```
Then, go ahead and copy config.py.example into config.py and set up your config. Remember to CHANGE THE PASSWORD.