Btaub 48104
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 4
-
Created 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... -
Created Query SQLite in memory database?
AnsweredHi! 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 ... -
Created No tests were found - Pycharm + Django
CompletedCan 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... -
Created 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...