Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-20 | Add sneak_peek app to example project settings | Teddy Wing | |
Adds app to example project's INSTALLED_APPS. | |||
2014-04-20 | Add sneak-peek to example project requirements.txt | Teddy Wing | |
2014-04-20 | Add bare setup.py | Teddy Wing | |
Just the essentials so that I can install my package. Will fill in the rest of the information later. | |||
2014-04-20 | Add sneak_peek app | Teddy Wing | |
Includes: * Template tag * Static resources | |||
2014-04-19 | Get example django project up & running | Teddy Wing | |
The minimum amount of configuration necessary to get the example Django project to serve a static index page. | |||
2014-04-19 | Initial commit. Base example Django project. | Teddy Wing | |
* Create a new Django 1.4 project in examples/ for testing * Add .gitignore |