mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2025-02-06 22:50:53 +03:00
Replaced odin
importss with project
This commit is contained in:
parent
945c664dc1
commit
29c15708af
|
@ -193,10 +193,10 @@ from datetime import timedelta
|
|||
from django.test import TestCase
|
||||
from django.core.exceptions import ValidationError
|
||||
|
||||
from odin.common.utils import get_now
|
||||
from project.common.utils import get_now
|
||||
|
||||
from odin.education.factories import CourseFactory
|
||||
from odin.education.models import Course
|
||||
from project.education.factories import CourseFactory
|
||||
from project.education.models import Course
|
||||
|
||||
|
||||
class CourseTests(TestCase):
|
||||
|
|
Loading…
Reference in New Issue
Block a user