Changes between Initial Version and Version 1 of Ticket #25454, comment 1
- Timestamp:
- Sep 23, 2015, 6:42:57 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25454, comment 1
initial v1 3 3 It looks like `django.contrib.postresql.apps.PostgresConfig.ready` which is supposed to deal with `register_hstore` is never called. 4 4 5 From what I can see you reproduced using an iPython shell, was it lauched using `manage.py shell` and if it's not the case did you make sure to call `django.setup()`to make sure all apps were initialized?5 From what I can see you reproduced using an iPython shell, was it lauched using `manage.py shell` and if it's not the case did you make sure to call [https://docs.djangoproject.com/en/1.8/topics/settings/#calling-django-setup-is-required-for-standalone-django-usage django.setup()] to make sure all apps were initialized?