edraizen / HistoneDB

Browse all histone sequences by histone varaints
http://www.ncbi.nlm.nih.gov/projects/HistoneDB2.0
0 stars 2 forks source link

Suggested bug fix #57

Closed molsim closed 9 years ago

molsim commented 9 years ago

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

edraizen commented 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.

molsim commented 9 years ago

I fixed it on the master. My version is too messy now.