mmcardle
mmcardle
@dariosena Thanks will take a look
@dariosena I think this is fixed now
@clarson99 Thanks for the feedback. 1. Should be an easy fix, will try to get that updated. 2. This is slightly more work as a project may have multiple models...
Issue 1 should now be fixed and deployed to djangobuilder.io
Yup you are correct, thats a bug. This used to work so think it has regressed.
This should be fixed now
Yes definitely could support this in the new version
Hi, This sounds like an interesting idea, I haven't worked that much with RAML, do you have any examples of what you would expect from such a feature?
Hi @jwmeidinger Looks like a bug, the uploads of models.py quite strict. Currently it looks for models in the file like this: ``` class User(models.Model): ``` This needs to be...
Hi Thanks for the request! Currently the download happens using a data:: url generated locally in javascript. I will take a look at how a remote url could be made.