> On 20 Aug 2018, at 09:33, Alexander Lamas <[email protected] 
> <mailto:[email protected]>> wrote:
> 
> I'm getting a message like "Apps aren't loaded yet".

This normally means you’re trying “use” a model at import-time, i.e. when the 
scripts are first loaded.
Look at the full traceback and see where your code is — the error should be 
there.

Normally you just need to move whatever you’re doing into an app ready handler, 
or into a runtime function or… (depends where it’s coming up) — you just to 
delay execution of whatever is causing the issue.

(Hard to say without more detail but) hopefully that helps.

Kind Regards,

Carlton

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: Message signed with OpenPGP

Reply via email to