database for geodjango app
pogodowo
TRIALOP
2 years ago
Hello I try to deploy simple geodjango app but during migrating database i encounter a problem AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type' May be you can give me some clue how should I configure this db?
2 Replies
2 years ago
Maybe you want to deploy a postgis database instead?
from within your project click the + New button > templates > search for postgis
pogodowo
TRIALOP
2 years ago
Yes I have already did it and it works . Thanks for answer.