We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently using sys.argv to check if 'test' is present.
sys.argv
This is a bad solution
The text was updated successfully, but these errors were encountered:
To enable test mode either call swampdragon.testing.test_mode.set_test_mode() or set SWAMPDRAGON_TESTMODE = True in settings.
swampdragon.testing.test_mode.set_test_mode()
SWAMPDRAGON_TESTMODE = True
This is available in SwampDragon 0.4.2
Sorry, something went wrong.
No branches or pull requests
Currently using
sys.argv
to check if 'test' is present.This is a bad solution
The text was updated successfully, but these errors were encountered: