Skip to content

Commit

Permalink
Make note about debug==false losing CSS
Browse files Browse the repository at this point in the history
Close #13
  • Loading branch information
kraigb committed Jan 14, 2019
1 parent 2871c2c commit a1ae2bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ To run the sample:
1. Create and initialize the database by running `python manage.py migrate`.
1. Create a superuser as described at the end of the tutorial.

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).
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).

# Known issues

- 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.

# Contributing

Expand Down

0 comments on commit a1ae2bb

Please sign in to comment.