Closed molsim closed 9 years ago
Oh nice catch, I forgot to change that when I separated the projects. If you already changed it, do you want to start a pull request?
On Sunday, July 26, 2015, Alexey Shaytan notifications@github.com wrote:
in djangophilocore/management/commands/buildtaxonomytoc.py
Replace from server.phylocore_models import with from djangophylocore.models import
It is unclear what server.phylocore_models refers too, and throws an error during python manage.py buildtaxonomytoc
— Reply to this email directly or view it on GitHub https://github.com/edraizen/HistoneDB/issues/57.
I fixed it on the master. My version is too messy now.
in djangophilocore/management/commands/buildtaxonomytoc.py
Replace from server.phylocore_models import with from djangophylocore.models import
It is unclear what server.phylocore_models refers too, and throws an error during python manage.py buildtaxonomytoc