Skip to content

Commit a1ae2bb

Browse files
committed
Make note about debug==false losing CSS
Close #13
1 parent 2871c2c commit a1ae2bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ To run the sample:
1010
1. Create and initialize the database by running `python manage.py migrate`.
1111
1. Create a superuser as described at the end of the tutorial.
1212

13-
Contributions to the sample are welcome. When submitting changes, also consider submitting matching changes to the tutorial, the source file for which is [tutorial-django.md](https://github.com/Microsoft/vscode-docs/blob/master/docs/python/tutorial-django.md).
13+
Contributions to the sample are welcome. When submitting changes, also consider submitting matching changes to the tutorial, the source file for which is [tutorial-django.md]
14+
(https://github.com/Microsoft/vscode-docs/blob/master/docs/python/tutorial-django.md).
15+
16+
# Known issues
17+
18+
- CSS is lost when debug == false: the workaround is to include an added script at the end of dockerfile.txt. See [Issue 13](https://github.com/Microsoft/python-sample-vscode-django-tutorial/issues/13) for details.
1419

1520
# Contributing
1621

0 commit comments

Comments
 (0)