aboutsummaryrefslogtreecommitdiffstats
path: root/examples/djangoproject
AgeCommit message (Collapse)Author
2014-04-21Add page to example project for screenshotsTeddy Wing
Need a page to use for screenshots for the README. Decided to integrate it into the example project. * Create screenshots.html template * Add route in urls.py
2014-04-20Add an extra style to the example project index pageTeddy Wing
2014-04-20Update index HTML in example projectTeddy Wing
* Improve markup * Use slightly better test content
2014-04-20Add sneak-peek CSS file to example project base.htmlTeddy Wing
2014-04-20example/settings.py: add STATIC_ROOTTeddy Wing
2014-04-20Add 'south' to example project settingsTeddy Wing
2014-04-20Enable Django admin in example projectTeddy Wing
2014-04-20Add database settings to example projectTeddy Wing
2014-04-20Add South to example project requirements.txtTeddy Wing
2014-04-20Add sneak_peek to example project templateTeddy Wing
Put in a test sneak_peek template tag on the index page of the example project.
2014-04-20Add sneak_peek app to example project settingsTeddy Wing
Adds app to example project's INSTALLED_APPS.
2014-04-20Add sneak-peek to example project requirements.txtTeddy Wing
2014-04-19Get example django project up & runningTeddy Wing
The minimum amount of configuration necessary to get the example Django project to serve a static index page.
2014-04-19Initial commit. Base example Django project.Teddy Wing
* Create a new Django 1.4 project in examples/ for testing * Add .gitignore