Relative Content

Tag Archive for pythondjangopostgresqltesting

Django unable to destroy test DB

I made a REST framework project in Django using Docker. All of the tests passed without issue. Then I had to move the project “out” of Docker. Not sure if this is an important detail, but just in case.