Answers for "django pointfield value format for fixtures"

0

django pointfield value format for fixtures

[
    {
    "model": "myapp.Location",
    "pk": 1,
    "fields": {
        "name": "Location Number 1",
        "point": "POINT (30 10)",
    }
  }
]
Posted by: Guest on January-18-2022

Python Answers by Framework

Browse Popular Code Answers by Language