Areyou installed Spirits in an apps folder? Like that project_folder/apps/spirits In this case you must make sure that the file *__init__py* exists in project_folder/apps If instead Spirits is directly inside the project folder, for example project_folder/spirits you should make sure that in *INSTALLED_APPS* (settings.py) it is written *"spirits"*, not *"apps.spirits"*, as well as in any other case referring to spirits (for example in *urls.py, views.py*, etc.).
Il giorno domenica 10 settembre 2017 09:16:26 UTC+2, olaf gilo ha scritto: > > > Hello Everyone, It has been about 2 weeks that I have been trying to > integrate Spirit in to my mezzanine project. It is a big pain because I > tried a couple things around the internet but was unlucky. This is what i > have tried > > > > http://www.adamwester.me/blog/integrate-spirit-forum/ and i got this > error "django.core.exceptions.AppRegistryNotReady: Apps aren't loaded > yet.", I checked the __init__.py of spirit, and commented the function out > but nothing. > > Then i tried this > https://community.spirit-project.com/topic/318/tutorial-for-not-advanced-django-users/ > > I was also unsuccessful > > I then went here: https://github.com/nitely/Spirit/issues/25 but the post > is 3 years old and does not give much information. > > > > Gus please save me if there is something that had previuosly worked for > you, please let me know > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" 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.
