We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493b0a8 commit 2ba4928Copy full SHA for 2ba4928
tests/django_oapif_tests/tests/management/commands/populate_data.py
@@ -11,6 +11,7 @@
11
Line_2056_10fields_local_geom,
12
NoGeom_10fields,
13
NoGeom_100fields,
14
+ Non_Null_Field_With_Default,
15
Point_2056_10fields,
16
Point_2056_10fields_local_geom,
17
SecretLayer,
@@ -26,6 +27,8 @@ def add_arguments(self, parser):
26
27
@transaction.atomic
28
def handle(self, *args, **options):
29
"""Populate db with testdata"""
30
+ Non_Null_Field_With_Default.objects.Create()
31
+
32
size = options["size"]
33
x_start = 2508500
34
y_start = 1152000
0 commit comments