Changes between Initial Version and Version 1 of Ticket #27217, comment 3
- Timestamp:
- Sep 14, 2016, 2:43:42 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27217, comment 3
initial v1 5 5 3. pip install psycopg2 6 6 4. django-admin startproject projectname 7 5. Change the db backend to postgis in settings file 8 6. python manage.py makemigrations 7 5. Add 'django.contrib.gis' to INSTALLED_APPS 8 6. Change the db backend to postgis in settings file 9 7. python manage.py makemigrations