Sergii Kovalov
Sergii Kovalov
@BartusZak any updates?
We definitely have some troubles with travis. It shouldn't take a long time to fix it, but unfortunately I don't have access to travis and project settings.
@glicht is the only person I know who can fix the issue.
Hi @eahefnawy First of all, thanks for your response. I think it's responsibility of [domain](https://github.com/serverless-components/domain) component, and a way you proxy domain configuration is not so important, but it should...
I have the same issue in migration, you can reproduce it in this way: 1. Add custom migration: ``` def populate_groups(apps, _schema_editor): test_group, _ = group_model.objects.get_or_create(name="test_group") some_model = apps.get_model("label", "some_model")...
answer my question: while migrations django uses [historical-models](https://docs.djangoproject.com/en/4.1/topics/migrations/#historical-models). In my case I need to import models directly.
Hi @muscaiu and @jimmywarting . It would be really great if you share working and tested solution if any. Thanks.
Is there any activity on this?
@mikewolfd I'm not sure, but looks like it was addressed by https://github.com/serverless-heaven/serverless-webpack/pull/517, see [v5.4.0](https://github.com/serverless-heaven/serverless-webpack/releases/tag/v5.4.0)
It's possible to have a single webpack config file in a root, but as a result you must move "serverless-webpack" and "webpack" npm dependencies in a root package.json (and ignore...