mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Finish removing Angular
This commit is contained in:
parent
36ac82b1cf
commit
ed11e05d09
|
@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- Documentation for debugging with Docker (@mjsisley)
|
- Documentation for debugging with Docker (@mjsisley)
|
||||||
- Apache 2 License option in `cookiecutter.json` (@dot2dotseurat)
|
- Apache 2 License option in `cookiecutter.json` (@dot2dotseurat)
|
||||||
|
|
||||||
|
### Deleted
|
||||||
|
- AngularJS (@pydanny)
|
||||||
|
|
||||||
##[2016-06-02]
|
##[2016-06-02]
|
||||||
### Added
|
### Added
|
||||||
- Added better instructions for installing postgres on Mac OS X (@dot2dotseurat )
|
- Added better instructions for installing postgres on Mac OS X (@dot2dotseurat )
|
||||||
|
|
|
@ -28,7 +28,6 @@ Features
|
||||||
* For Django 1.9
|
* For Django 1.9
|
||||||
* Renders Django projects with 100% starting test coverage
|
* Renders Django projects with 100% starting test coverage
|
||||||
* Twitter Bootstrap_ v4.0.0 - alpha_
|
* Twitter Bootstrap_ v4.0.0 - alpha_
|
||||||
* 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
|
||||||
* Registration via django-allauth_
|
* Registration via django-allauth_
|
||||||
|
@ -57,7 +56,6 @@ Optional Integrations
|
||||||
|
|
||||||
.. _alpha: http://blog.getbootstrap.com/2015/08/19/bootstrap-4-alpha/
|
.. _alpha: http://blog.getbootstrap.com/2015/08/19/bootstrap-4-alpha/
|
||||||
.. _Bootstrap: https://github.com/twbs/bootstrap
|
.. _Bootstrap: https://github.com/twbs/bootstrap
|
||||||
.. _AngularJS: https://github.com/angular/angular.js
|
|
||||||
.. _django-environ: https://github.com/joke2k/django-environ
|
.. _django-environ: https://github.com/joke2k/django-environ
|
||||||
.. _12-Factor: http://12factor.net/
|
.. _12-Factor: http://12factor.net/
|
||||||
.. _django-allauth: https://github.com/pennersr/django-allauth
|
.. _django-allauth: https://github.com/pennersr/django-allauth
|
||||||
|
|
Loading…
Reference in New Issue
Block a user