Skip to content

Commit

Permalink
populate
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 24, 2024
1 parent 493b0a8 commit 2ba4928
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Line_2056_10fields_local_geom,
NoGeom_10fields,
NoGeom_100fields,
Non_Null_Field_With_Default,
Point_2056_10fields,
Point_2056_10fields_local_geom,
SecretLayer,
Expand All @@ -26,6 +27,8 @@ def add_arguments(self, parser):
@transaction.atomic
def handle(self, *args, **options):
"""Populate db with testdata"""
Non_Null_Field_With_Default.objects.Create()

size = options["size"]
x_start = 2508500
y_start = 1152000
Expand Down

0 comments on commit 2ba4928

Please sign in to comment.