Is there a way to "reload" a django app?
What i need is basically, re-run the Apps.populate, to trigger the discover of new apps and models.
and now you're asking "What would he want this?".
Basically, i'm trying to create a feature where the users of my project (who also will be devellopers) can create apps and models on the fly. Also, i checked for the EAV and Dynamo implementations, and particularly didn't liked neither at all (saving the model config on DB dont seems to be fast enough to any production app, specially if you're especting to have hundreds of models).
Any help/advice would be apreciated.
Thx in advance!