From 73d26c502bf90b5ce76256b49acdf2f164334e01 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 9 Aug 2020 20:03:55 -0500 Subject: [PATCH] Fixes docs --- docs/introduction.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/introduction.rst b/docs/introduction.rst index 6f4d354..951e10f 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -22,13 +22,9 @@ Apps structure * ``dj_rest_auth.registration`` has logic related with registration and social media authentication -Angular app ------------ -- iMerica has also created angular module which uses API endpoints from this app - `angular-django-registration-auth `_ - - -Demo project +Demo projects ------------ - You can also check our :doc:`Demo Project ` which is using jQuery on frontend. +- There is also a React demo project based on Create-React-App in demo/react-spa/