-
Notifications
You must be signed in to change notification settings - Fork 34
Have an /admin/smuggler/ page #30
Comments
More control over what gets dumped would be great, I think. Smuggler reuses the dumpdata code mostly, so anything possible with that command should theoretically be possible. |
I do like your idea! :) Not sure but I think We could start with this view without any page, so you can do what you want by typing the apps you need directly from the URL bar of your browser. Later we take care about a interface for this. What do you think guys? |
Yup, the new view with those query params would be good enough for me use. If I wrote that feature, could we cut a pypi release within a week? Also yeah, dumpdata can accept a list of |
Yes, I think we can release it within a week. And thank you for your help! |
Just released smuggler-0.5. Thanks for your contribution and waking up the project :) Are you planning to create a page, for a future version of smuggler? |
Thanks @jaap3 for make a new release. I was about to do that this morning. Too busy here, sorry. :/ |
Yeah, I would still like to make an actual page in the future. I'd probably extend off of an Admin page and give it an "export" action. I'm going to see how I like the url-only strategy for now and then prioritize the page based on that. |
Also, w00t for the 0.5 release! |
So. I have a many-to-many relationship, and I obsfucate the
through
model from the django admin, b/c my coworkers don't need to see it.I'd like to be able to replicate our production data into our staging / QA / dev environments. So there are three specific models I need to download the data from.
It'd be awesome if there were a general smuggler page. Something that would just list all apps and models, and you could check boxes for what you want to dump, and then a "dump" button.
@semente what are your thoughts about a feature like this?
Is there some easy way I can overload a
dump()
call to give me 3 specific models, so I can at least hack a solution for myself?The text was updated successfully, but these errors were encountered: