GlenVaughan
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
GlenVaughan 创建了一个帖子, 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 创建了一个帖子, 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... ...