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.
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.