I followed all the discussion and steps mentioned in GeoDjano GDAL Windows Post but trapped in another issue, I couldn't get GDAL available for GeoDjango.
In Python Console(C:\Python27), I am able to import gdal but GeoDjano says FALSE querying gdal.HAS_GDAL under Django/GeoDjango Apps Shell and get error on any Geometric Operations involving GDAL e.g. country.geom.geojson produces:
GEOSException: GeoJSON output only supported when GDAL is installed
I have Python2.7 installed as C:\Python27 with Path Environment Variable containing:
C:\Python27\; C:\Python27\bin; C:\Python27\scripts; C:\Program Files\GDAL;
and Other Environment Variables as:
GDAL_DATA C:\Program Files\GDAL\gdal-data
GDAL_DRIVER_PATH C:\Program Files\GDAL\gdalplugins
GDAL_LIBRARY_PATH C:\Program Files\GDAL
Also tried putting GDAL_LIBRARY_PATH="C:\\Program Files\\GDAL"
in settings.py but didn't work.
I am using Windows 7 Ultimate x64, Python 2.7.3, Django 1.5.1 and tried Installing/Re Installing GDAL and Python GDAL Binding binaries.