neurodata / ndstore

code for storing neurodata images and image annotations
http://neurodata.io
Apache License 2.0
38 stars 12 forks source link

Issue with Histogram Migrations in django1.10 #357

Closed kunallillaney closed 8 years ago

kunallillaney commented 8 years ago

I get this error when I try to generate or apply migrations: Model class stats.models.Histogram doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS

kunallillaney commented 8 years ago

@alexbaden Part of this might be an outdated setting with me. Let me check

alexbaden commented 8 years ago

Is "stats" in your INSTALLED_APPS list in settings.py?

kunallillaney commented 8 years ago

that solved part of the issue. The other issue was that some conflict in the migrations themselves. I had to merge migrations before applying them. I have now pushed this.

alexbaden commented 8 years ago

Ok, thanks. I'll take a look. I took the stats migrations out of nduser and moved them to stats, which probably caused the problem. But in the future, nduser migrations won't conflict with stats. On Tue, Aug 23, 2016 at 11:27 Kunal Lillaney notifications@github.com wrote:

Closed #357 https://github.com/neurodata/ndstore/issues/357.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/neurodata/ndstore/issues/357#event-764829432, or mute the thread https://github.com/notifications/unsubscribe-auth/AFkzUoMR4YH0DOFMajUbWTpmprGUtaW8ks5qiy1NgaJpZM4JrGHO .