Changes between Initial Version and Version 1 of Ticket #27217, comment 3


Ignore:
Timestamp:
Sep 14, 2016, 2:43:42 AM (8 years ago)
Author:
Satish V Madala

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27217, comment 3

    initial v1  
    553. pip install psycopg2
    664. django-admin startproject projectname
    7 5. Change the db backend to postgis in settings file
    8 6. python manage.py makemigrations
     75. Add 'django.contrib.gis' to INSTALLED_APPS
     86. Change the db backend to postgis in settings file
     97. python manage.py makemigrations
Back to Top