You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of our development dependencies require a C++ compiler, which is not installed by default on Windows.
44
-
45
-
If you receive errors related to this during installation, follow the instructions in your console errors.
39
+
Some of our development dependencies require a C++ compiler, which is not installed by default on Windows. If you receive errors related to this during installation, follow the instructions in your console errors.
46
40
47
-
Finally, to verify that everything is working properly, you can manually run the test web server.
48
-
49
-
```bash linenums="0"
50
-
cd tests
51
-
python manage.py runserver
52
-
```
41
+
Additionally, be aware that ReactPy Django's JavaScript bundle is built within the following scenarios:
53
42
54
-
Navigate to [`http://127.0.0.1:8000`](http://127.0.0.1:8000) to see if the tests are rendering correctly.
55
-
56
-
## Creating a pull request
57
-
58
-
{% include-markdown "../../includes/pr.md" %}
43
+
1. When `pip install` is run on the `reactpy-django` package.
44
+
2. Every time `python manage.py ...` or `nox ...` is run
59
45
60
46
## Running the full test suite
61
47
@@ -92,3 +78,7 @@ If you want to manually run the Django test application, you can use the followi
0 commit comments