Hey! i'm new to the django framework and python too.
I've succesfully installed django and made a virtual environment in which i'm trying to run the app.
But i'm getting a ValueError while trying to migrate the app which states :
lat, lon = self._split_geo_point(lat)
ValueError: not enough values to unpack (expected 2, got 1)
I'm using python3.8 and Django3.0.8 & the django_google_maps version is 0.12.1
I'm stuggling with this and any help would be really apprecited.
Regards
Hey! i'm new to the django framework and python too.
I've succesfully installed django and made a virtual environment in which i'm trying to run the app.
But i'm getting a ValueError while trying to migrate the app which states :
I'm using python3.8 and Django3.0.8 & the django_google_maps version is 0.12.1
I'm stuggling with this and any help would be really apprecited.
Regards