track.backends.django.DjangoBackend

Here are the examples of the python api track.backends.django.DjangoBackend taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

2 Examples 7

Example 1

Project: edx-platform Source File: test_django.py
Function: set_up
    def setUp(self):
        super(TestDjangoBackend, self).setUp()
        self.backend = DjangoBackend()

Example 2

Project: ANALYSE Source File: test_django.py
Function: set_up
    def setUp(self):
        self.backend = DjangoBackend()