GlenVaughan
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
GlenVaughan created a post, Can't figure out why PyCharm is giving me this "Tag start is not closed" error on this Django template
I have the following code in an HTML template... <table id="{{ table_id }}" {% if table_css_classes %}class="{{ table_css_classes }}"{% endif %} {% if table_attrs %}{% for key, val in table_a... -
GlenVaughan created a post, Adding Python 3.8 as system interpreter but PyCharm calling it 3.7
Up until today I have only had Python 3.6.5 on my machine. Today I installed Python 3.8.1 and wanted to add it as a system interpreter to PyCharm. I went to Settings > Project Interpreter > Add... ...