django-airports
django-airports copied to clipboard
Coordinates not working
- django-airports version: 1.0.3
- Django version: 4.2.6
- Python version: 3.9
- Operating System: Windows 10
Description
I have inherited an applicaiton from contractors that used django-airports. Everything seems to be installed properly but when I try to add an airport I am not able to select coordinates from the map view.
Since this is a mandatory field I cannot get past the save option without getting an error
What I Did
On the Django administrator panel I tried to create an airport.
Is there anyway to disable this. For what we are using this application for we don't need the coordinates.
Or, how do you fix this problem.