File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
Demo project
2
2
============
3
3
4
- The idea of creating demo project was to show how you can potentially use
4
+ This demo project shows how you can potentially use
5
5
dj-rest-auth app with jQuery on frontend.
6
- Do these steps to make it running (ideally in virtualenv) .
6
+ To run this locally follow the steps below .
7
7
8
8
.. code-block :: python
9
9
@@ -14,4 +14,14 @@ Do these steps to make it running (ideally in virtualenv).
14
14
python manage.py migrate -- settings= demo.settings -- noinput
15
15
python manage.py runserver -- settings= demo.settings
16
16
17
- Now, go to ``http://127.0.0.1:8000/ `` in your browser.
17
+
18
+ Now, go to ``http://127.0.0.1:8000/ `` in your browser. There is also a
19
+ Single Page Application (SPA) in React within the ``demo/ `` directory. To run this do:
20
+
21
+ .. code-block :: python
22
+ cd react- spa/
23
+ yarn # or npm install
24
+ yarn run start
25
+
26
+
27
+ Now, go to ``https://localhost:3000 `` in your browser to view it.
You can’t perform that action at this time.
0 commit comments