Agate

Results 68 comments of Agate

Hi @arseniysychev, this is a weird bug, what is the output of `import dynamic_preferences.users` and `import dynamic_preferences.users.apps` in a python shell?

I'm sorry, I've forgot to answer you. Another option could be to upgrade to the latest `1.7` release and see if the issue is still here (1.5.1 is almost a...

@gonzaloamadio how are you running this script? Do you call `django.conf.settings.configure` at some point? https://docs.djangoproject.com/en/2.1/topics/settings/#either-configure-or-django-settings-module-is-required

@tyomo4ka I tend to prefer a documentation, because instanciating a manager before the apps are all loaded is likely to create many issues down the road. Basically, using preferences and...

> I will also check what is the best place in the documentation to make this note and open a PR. @tyomo4ka I think we could use a warning [here](https://github.com/EliotBerriot/django-dynamic-preferences/blob/develop/docs/quickstart.rst#L91)....

Can you please share the contents of your `dynamic_preferences_registry.py` file? I suspect some circular imports somewhere, one way to validate that would be to comment everything in that file, and...

Hi @RedCruiser3 and thank you for the detailed report/use case explanation. Your suggested fix makes sense, although we need to investigate and document the possible drawbacks. Especially, if we don't...

I'll handle persisting_theory myself, likely next week, I'll keep you updated here :)

@powderflask I've bumped a new version of persisting_theory (https://code.agate.blue/agate/persisting-theory), it should be compatible with python 3 without any warning, do you mind giving it a try?