mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +03:00
Added @crdconnor's Hitch library to changeme and readme
This commit is contained in:
parent
0d68abcc39
commit
dcfd752506
|
@ -2,6 +2,10 @@
|
||||||
All enhancements and patches to cookiecutter-django will be documented in this file.
|
All enhancements and patches to cookiecutter-django will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [2015-08-12]
|
||||||
|
### Added
|
||||||
|
- hitch for end-to-end testing functionality (@crdoconnor)
|
||||||
|
|
||||||
## [2015-08-09]
|
## [2015-08-09]
|
||||||
### Added
|
### Added
|
||||||
- test coverage, bringing it to 100% (@pydanny)
|
- test coverage, bringing it to 100% (@pydanny)
|
||||||
|
|
|
@ -23,6 +23,7 @@ Features
|
||||||
* For Django 1.8
|
* For Django 1.8
|
||||||
* Renders Django projects with 100% test coverage
|
* Renders Django projects with 100% test coverage
|
||||||
* Twitter Bootstrap_ 3
|
* Twitter Bootstrap_ 3
|
||||||
|
* End-to-end via Hitch_
|
||||||
* AngularJS_
|
* AngularJS_
|
||||||
* 12-Factor_ based settings via django-environ_
|
* 12-Factor_ based settings via django-environ_
|
||||||
* Optimized development and production settings
|
* Optimized development and production settings
|
||||||
|
@ -37,6 +38,7 @@ Features
|
||||||
* Integration with Maildump_ for local email testing (optional)
|
* Integration with Maildump_ for local email testing (optional)
|
||||||
* Integration with Sentry_ for error logging (optional)
|
* Integration with Sentry_ for error logging (optional)
|
||||||
|
|
||||||
|
.. _Hitch: https://github.com/hitchtest/hitchtest
|
||||||
.. _Bootstrap: https://github.com/twbs/bootstrap
|
.. _Bootstrap: https://github.com/twbs/bootstrap
|
||||||
.. _AngularJS: https://github.com/angular/angular.js
|
.. _AngularJS: https://github.com/angular/angular.js
|
||||||
.. _django-environ: https://github.com/joke2k/django-environ
|
.. _django-environ: https://github.com/joke2k/django-environ
|
||||||
|
|
Loading…
Reference in New Issue
Block a user