Skip to content

zahedbri/web2py-modular-blog-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web2py modular blog engine

An example of web2py app using modules to define data models instead of traditional model files.

why?

web2py loads scripts under /models folders in alphabetical order, and it is loaded in every request, with this approach you can have a more "Pythonic" way to define your data models using pure Python Modules and an ORM like structure to define your tables.

features

This app comes with:

  • a simple blog engine
  • urls-slugs
  • multi author
  • author picture grabbed from gravatar.com
  • WYSIWYG editor with CKeditor supporting image uploads inside the editor
  • multi theme support

Author: Bruno Cezar Rocha / 2011

Bitdeli Badge

About

web2py blogging app using modules for datamodels instead of model files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.3%
  • CSS 5.5%
  • Python 4.3%
  • HTML 0.9%