Btaub 48104

Avatar
  • 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...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Query SQLite in memory database?

    Answered
    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 ...
    • 3 followers
    • 2 comments
    • 4 votes
  • Created

    No tests were found - Pycharm + Django

    Completed
    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...
    • 1 follower
    • 1 comment
    • 0 votes
  • 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...
    • 1 follower
    • 0 comments
    • 1 vote