Giter VIP home page Giter VIP logo

Comments (6)

pydanny avatar pydanny commented on August 23, 2024

Yup. I just haven't had time to extract it. 😩

Seriously, I need to find a way to make more open source time.

from django-twoscoops-project.

splummer avatar splummer commented on August 23, 2024

I ran into because I am trying to clear this error I get when starting run server (full disclosure I am running 1.7a2):

WARNINGS:
?: (1_6.W001) Some project unittests may not execute as expected.
    HINT: Django 1.6 introduced a new default test runner. It looks like this project was generated using Django 1.5 or earlier. You should ensure your tests are all running & behaving as expected. See https://docs.djangoproject.com/en/dev/releases/1.6/#discovery-of-tests-in-any-test-module for more information.

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.

from django-twoscoops-project.

splummer avatar splummer commented on August 23, 2024

If your book is any indication, I think we all wish you had more time to do open source!

from django-twoscoops-project.

pydanny avatar pydanny commented on August 23, 2024

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. ;-)

from django-twoscoops-project.

pmav99 avatar pmav99 commented on August 23, 2024

This warning gets triggered here (this is the test). In order to get rid of it when you run python manage.py check you need to add the following line on settings.py

########## TESTRUNNER CONFIGURATION
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
########## END TESTRUNNER CONFIGURATION

Tested under django 1.7

from django-twoscoops-project.

wldcordeiro avatar wldcordeiro commented on August 23, 2024

@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.

from django-twoscoops-project.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.