You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
I was trying to use some models only for my tests and it took me a while to figure it out.
In the end, I managed to do it by adding 'tests' to the INSTALLED_APPS in runtests.py. I'm not sure if that's the best way to go about it but it does seem to work in my case.
The text was updated successfully, but these errors were encountered:
I was trying to use some models only for my tests and it took me a while to figure it out.
In the end, I managed to do it by adding
'tests'
to theINSTALLED_APPS
inruntests.py
. I'm not sure if that's the best way to go about it but it does seem to work in my case.The text was updated successfully, but these errors were encountered: