-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old models never die #91
Comments
Hi @darkpixel |
Yeah, I imported them from a models.py file. There were literally somewhere around 300 models in this project. We basically introspected a 3rd-party database and we use Django to access the data. I was hoping to auto-generate a bunch of the boilerplate using django_builder, but it's forcing me to add every model by hand into an application. Maybe I'm missing something... |
Ah yes I see how that could be frustrating. The flow is meant to be ->
What do you think would help in your situation (more than 1 might apply)
Thanks for your feedback |
Sorry--I'm not ignoring you. It's just been a busy couple of weeks. I think those would all work, but I think it would be more efficient to upload directly to an app. Basically models aren't a "project level" item. They are application level. When importing, they should probably be imported against an app directly without having to manually associate them. I suppose someone might want to break things up into multiple apps, but I think that could be handled if necessary by being able to right-click a model and have an option to "copy/move to app" or something like that. |
That makes total sense, and would tidy up the UI quite a bit. |
@darkpixel this should now be fixed, there is an |
Nice! I just checked out the live site. |
@darkpixel |
@darkpixel Will see if i can fix that, might have to do them in batches. |
196 |
The issues with importing so many models is hitting the quota limits of the backend system (firebase). |
I was signed in as an anonymous account. When I removed all my projects and created a new one with a new name, the old models populated the top of the screen.
The text was updated successfully, but these errors were encountered: