I followed Evan's tutorial on setting up Django on a Joyent shared accelerator and created this simple static page publishing application as an example Django Project using Django's built-in Flatpages app. You can view a running example of the public pages here: http://mysite.joyeurs.com/.
TODO:
- Implement a Markdown markup filter in a manner that saves processing time.
- Add help text to Content text area in admin: "Markdown" format required. Pasted code indented by 4 spaces will be made pretty by the Pygments syntax highlighter.