added tem table for location data

This commit is contained in:
Mohamed Nouffer
2022-08-17 16:00:17 +05:30
parent 40ce2b1200
commit 8243e4a3fa
5 changed files with 242 additions and 30 deletions

View File

@ -2,26 +2,6 @@ from django.contrib.gis.utils import LayerMapping
location_mapping = {
'location_id' : 'loc_id',
# 'location_name' : 'loc_name',
# 'category': 'category',
# 'zip':'zip',
# 'address':'address',
# 'prefecture':'prefecture',
# 'area':'area',
# 'city':'city',
# 'photos':'photos',
# 'videos':'videos',
# 'webcontents':'webcontent',
# 'status':'status',
# 'portal':'portal',
# 'group':'group',
# 'phone':'phone',
# 'fax':'fax',
# 'email':'email',
# 'facility':'facility',
# 'remark':'remark',
# 'parammeters':'params',
# 'tags':'tags',
'geom': 'POINT',
}