Jonas Haag
Jonas Haag
@sterliakov seems like you are actively working on a project using django-addanother at the moment. Would you mind posting some screenshots here that we can add to the documentation?
Could also steal this image https://stackoverflow.com/questions/29559263/django-add-another-model-without-popup
Please read the troubleshooting guide
Hmm I don't know if this is supposed to work. You're installing Miniforge over an existing installation of Conda
Nice idea, do you know what needs to be done to support this?
Would you be willing to come up with an initial version? Maybe we can ship the exe file directly without using an installer (since we don’t have any)
Maybe there examples of similar programs in winget that we can copy paste.
You always need to specify `pip` as a Conda dep. The error message could be better. Is it still as bad as it used to be?
@pabloabur I don't think so, feel free to start one :)
I think we might be able to enable this use case with minimal changes. You'll have to dig into the Django JS code, start here https://github.com/jonashaag/django-addanother/blob/f272e268357b5c11b674fe7ace111e14a495dda7/django_addanother/views.py#L47 which leads to https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/popup_response.html...