Skip to content

louissobel/blog.drapache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

blog.drapache

An example web application written with dbpy that runs on drapache

To use:

  • Just drop it into your drapache app folder, and go to .drapache.com/blog
  • Posts are stored in a folder called _posts and kept track of through a json file called _posts
  • Auth is handled by the do_login.dbpy file, there is a dictionary in there that you can use to set users/passwords
  • Change the basic info which is stored in a file _info.json

Notes:

  • Some admin actions are really really slow (on the order of 5,10 seconds) because of the number of requests that must be made, one after another, to dropbox. This will improve once asynchronous IO is added to dbpy.
  • Uses codemirror and jquery

About

A blog CMS that runs on drapache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published