From 63a20f15c20eac5765ffb737ee2b842f2b652079 Mon Sep 17 00:00:00 2001 From: Eleni Mijalis Date: Mon, 24 Oct 2016 10:40:04 -0500 Subject: [PATCH 1/2] added CookIeCutter Automated DRF Angular (CICADA) CICADA uses Cookiecutter and a custom script to automatically populate an AngularJS frontend that connects to your Django REST backend. This template makes some assumptions about your backend, namely that it is a Django DRF-based backend with JWT authentication. Such a template for a backend can be easily created with the cc-automated-drf-template. --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9f6f50acc..949b33833 100644 --- a/README.rst +++ b/README.rst @@ -506,6 +506,7 @@ JS * `cookiecutter-tampermonkey`_: A template for a TamperMonkey browser script. * `cookiecutter-es6-package`_: A template for writing node packages using ES6 via babel. * `cookiecutter-angular2`_: A template for modular angular2 with typescript apps. +* `CICADA`_: A template + script that automatically creates list/detail controllers and partials for an AngularJS frontend to connect to a DRF backend. Works well with `cc-automated-drf-template `__. .. _`cookiecutter-es6-boilerplate`: https://github.com/agconti/cookiecutter-es6-boilerplate .. _`cookiecutter-webpack`: https://github.com/hzdg/cookiecutter-webpack @@ -515,7 +516,7 @@ JS .. _`cookiecutter-tampermonkey`: https://github.com/christabor/cookiecutter-tampermonkey .. _`cookiecutter-es6-package`: https://github.com/ratson/cookiecutter-es6-package .. _`cookiecutter-angular2`: https://github.com/matheuspoleza/cookiecutter-angular2 - +.. _`CICADA`: https://github.com/TAMU-CPT/CICADA Kotlin ~~~~~~ From c2351e784e69d5c7757afab55a949e32307aa329 Mon Sep 17 00:00:00 2001 From: Eleni Mijalis Date: Mon, 24 Oct 2016 10:42:30 -0500 Subject: [PATCH 2/2] Correct authorship for my project --- HISTORY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 509a53bec..abb5ef3fc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -135,7 +135,7 @@ Other Changes: * `cookiecutter-pyqt5`_ by `@mandeepbhutani`_ (#797) * `cookiecutter-xontrib`_ by `@laerus`_ (#817) * `cookiecutter-reproducible-science`_ by `@mkrapp`_ (#826) - * `cc-automated-drf-template`_ by `@TAMU-CPT`_ (#832) + * `cc-automated-drf-template`_ by `@elenimijalis`_ (#832) .. _`@keimlink`: https://github.com/keimlink .. _`@luzfcb`: https://github.com/luzfcb @@ -180,7 +180,7 @@ Other Changes: .. _`@B3QL`: https://github.com/B3QL .. _`@laerus`: https://github.com/laerus .. _`@mkrapp`: https://github.com/mkrapp -.. _`@TAMU-CPT`: https://github.com/TAMU-CPT +.. _`@elenimijalis`: https://github.com/elenimijalis .. _`cookiecutter-pyqt5`: https://github.com/mandeepbhutani/cookiecutter-pyqt5 .. _`cookiecutter-funkload-friendly`: https://github.com/tokibito/cookiecutter-funkload-friendly