Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-11 | Bump django from 1.4 to 1.11.28 in /examples/djangoprojectdependabot/pip/examples/djangoproject/django-1.11.28 | dependabot[bot] | |
Bumps [django](https://github.com/django/django) from 1.4 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.4...1.11.28) Signed-off-by: dependabot[bot] <support@github.com> | |||
2014-04-21 | Add page to example project for screenshots | Teddy 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-20 | Add an extra style to the example project index page | Teddy Wing | |
2014-04-20 | Update index HTML in example project | Teddy Wing | |
* Improve markup * Use slightly better test content | |||
2014-04-20 | Add sneak-peek CSS file to example project base.html | Teddy Wing | |
2014-04-20 | example/settings.py: add STATIC_ROOT | Teddy Wing | |
2014-04-20 | Add 'south' to example project settings | Teddy Wing | |
2014-04-20 | Enable Django admin in example project | Teddy Wing | |
2014-04-20 | Add database settings to example project | Teddy Wing | |
2014-04-20 | Add South to example project requirements.txt | Teddy Wing | |
2014-04-20 | Add sneak_peek to example project template | Teddy Wing | |
Put in a test sneak_peek template tag on the index page of the example project. | |||
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-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 |