Undefined name: import datetime for line 30
Without this change, line 30 will raise NameError at runtime.
This commit is contained in:
committed by
cclauss
parent
909d650667
commit
1496ce1efb
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
import datetime
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
Reference in New Issue
Block a user