Skip to content

BillSeitz/webpy-blog-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpy-blog-plus

Web.py blog app extended with various cookbook techniques.

Using SQLite-3.

See BillSeitz notes at http://webseitz.fluxent.com/wiki/ExtendingWebpyBlogAppWithCookbookFeatures

Before launching the code for the first time:

  • copy "config_example.py" to "config.py" - and tweak SMTP values if you want to use that feature
  • generate empty SQLite db from schema: "sqlite3 blog.db < schema.sql"

About

Web.py blog app extended with various cookbook techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages