UPDATE
This commit is contained in:
@@ -5,3 +5,6 @@ class CropZoningConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "crop_zoning"
|
||||
verbose_name = "Crop Zoning"
|
||||
|
||||
def ready(self):
|
||||
from . import tasks # noqa: F401
|
||||
|
||||
Reference in New Issue
Block a user