Changes between Initial Version and Version 1 of Ticket #9596, comment 27


Ignore:
Timestamp:
Mar 7, 2015, 5:28:39 PM (9 years ago)
Author:
Jon Dufresne

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9596, comment 27

    initial v1  
    1717I tried putting `register_lookup()` inside `django/db/fields/__init__.py`, however this lead to issues with settings.
    1818
    19 ```
     19{{{
    2020django.core.exceptions.ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
    21 ```
     21}}}
    2222
    2323Any thoughts?
Back to Top