Re: Error during GeoDjango tutorial documentaion

2018-08-28 Thread Benjamin Smith
Thank you Jason, that was it. On Sun, Aug 26, 2018 at 5:49 PM Jason wrote: > this might be related: > https://groups.google.com/forum/#!topic/geodjango/Imkq2DDI7qg > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from thi

Re: Error during GeoDjango tutorial documentaion

2018-08-26 Thread Jason
this might be related: https://groups.google.com/forum/#!topic/geodjango/Imkq2DDI7qg -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@g

Re: Error during GeoDjango tutorial documentaion

2018-08-26 Thread Benjamin Smith
I am using these version: gdal-bin v2.2.3+dfsg-2 Python v3.6.5 Django v2.1 psycopg2 v2.7.5 postgis v2.4.3+dfsg-4 On Sun, Aug 26, 2018 at 3:45 PM Benjamin Smith wrote: > I am going through the GeoDjango tutorial from the official documentation. > >1. I have installed the required geospatial

Error during GeoDjango tutorial documentaion

2018-08-26 Thread Benjamin Smith
I am going through the GeoDjango tutorial from the official documentation. 1. I have installed the required geospatial libraries, installed and enabled spatial functionality by extending the PostgreSQL via postgis. 2. Downloaded the world borders data, and have unzipped the data. 3. Cr