fix
This commit is contained in:
9
core/apps/projects/models/project_estimate.py
Normal file
9
core/apps/projects/models/project_estimate.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.db import models
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
from core.apps.shared.models import BaseModel
|
||||
from core.apps.projects.models import Project
|
||||
|
||||
|
||||
class ProjectEstimate(BaseModel):
|
||||
...
|
||||
Reference in New Issue
Block a user