Btaub 48104
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 4
-
-
Btaub 48104 创建了一个帖子, Why does sync requirements not match pip freeze > requirements.txt
I'm not an expert at this stuff but shouldn't the requirements.txt file generated by Pycharm's sync requirements command match what's produced by pip freeze > requirements.txt? The pip version prod... -
-
Btaub 48104 创建了一个帖子, 已回答Query SQLite in memory database?
Hi! I'm testing Django code and my DB (for now) is SQLite. In testing, Django creates a new test DB when you run your tests and the Django docs say that, when using SQLite, that DB is an in-memory ... -
-
Btaub 48104 创建了一个帖子, 已完成No tests were found - Pycharm + Django
Can anyone help with this (is this the right place to ask this kind of question)? Pycharm is telling me 'No tests were found" when I try to test my code in a Django project. PyCharm version 2017.2... -
Btaub 48104 创建了一个帖子, Improvement to Django Model Dependency Diagram
I'm just learning Django but I do have a relational database background. While I realize that many developers love defining their data models in code, I much prefer a visual representation of table...