mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2025-06-07 22:53:21 +03:00
Use some_app
instead of education
This commit is contained in:
parent
8f7ce514fd
commit
096476e36a
|
@ -317,7 +317,7 @@ from django.test import TestCase
|
||||||
from django.core.exceptions import ValidationError
|
from django.core.exceptions import ValidationError
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
|
|
||||||
from project.education.models import Course
|
from project.some_app.models import Course
|
||||||
|
|
||||||
|
|
||||||
class CourseTests(TestCase):
|
class CourseTests(TestCase):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user