Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
nvo87 committed Nov 19, 2023
1 parent b7677f3 commit 92b6b4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.db import models

from app.models import DefaultModel, TimeStampedModel
from app.models import DefaultModel, TimestampedModel

# Rename this file to singular form of your entity, e.g. "orders.py -> order.py". Add your class to __init__.py.

0 comments on commit 92b6b4e

Please sign in to comment.