Skip to content
vwallen edited this page Feb 11, 2012 · 2 revisions

Overview

A content application is one that contains the sample code and documentation surrounding it for the given content.

Structure

my-app/
    models.py
    urls.py
    views.py
    README.md

Process

The README.markdown is the file that is parsed to display content on the website. It may contain links to the various source files to allow the documentation to immediately take you to the code.

Clone this wiki locally