jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.48k stars 205 forks source link

Django does not need to be a requirement in to run unittests #165

Closed mattseymour closed 2 years ago

mattseymour commented 2 years ago

Much like with the dj-database-urls package django is not actually a requirement. Tests will currently fail with an import error if django is not present. This should not be the case. The code should still run.