eladnoor / equilibrator

https://gitlab.com/elad.noor/equilibrator
MIT License
10 stars 5 forks source link

make matching tests pass again #8

Closed flamholz closed 8 years ago

flamholz commented 8 years ago

seems like I broke them along the way somewhere. should still pass.

File "/Library/Python/2.7/site-packages/django/db/models/options.py", line 577, in _fill_related_many_to_many_cache for klass in self.apps.get_models(): File "/Library/Python/2.7/site-packages/django/utils/lru_cache.py", line 101, in wrapper result = user_function(_args, *_kwds) File "/Library/Python/2.7/site-packages/django/apps/registry.py", line 168, in get_models self.check_models_ready() File "/Library/Python/2.7/site-packages/django/apps/registry.py", line 131, in check_models_ready raise AppRegistryNotReady("Models aren't loaded yet.") AppRegistryNotReady: Models aren't loaded yet.

flamholz commented 8 years ago

done