-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
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
discover runner part of 1.6 now? #76
Comments
Yup. I just haven't had time to extract it. 😩 Seriously, I need to find a way to make more open source time. |
I ran into because I am trying to clear this error I get when starting run server (full disclosure I am running 1.7a2):
Even ager changing to the built in discover runner I can't seem to get the error to go away. Sorry I am very new to Python and Django so am not sure where I am going wrong. |
If your book is any indication, I think we all wish you had more time to do open source! |
I would create a new virtualenv and use Django 1.6. Why? Well, 1.7 is at the alpha stage. Things just won't work reliably, especially here. ;-) |
This warning gets triggered here (this is the test). In order to get rid of it when you run ########## TESTRUNNER CONFIGURATION
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
########## END TESTRUNNER CONFIGURATION Tested under django 1.7 |
@pmav99 while you can do that, there's no reason to. You should just remove it from your requirements because it is now integrated into Django itself as of 1.6 on. |
according to the discover runner site, isn't discover runner part of 1.6 now and not required in the sample project?
The text was updated successfully, but these errors were encountered: