Štefan Földesi
Štefan Földesi
Hi, yes I solved it that way. I just think it would be nice to have an importable class in the Ninja module that is compatible with stuff that Ninja...
I think this would be solved by setting some model fields explicitly required. Something like this: ```python class MyModelSchemaCreate(NinjaSchema): class Config: model = MyModel model_fields = ["some_uuid", "secret"] class MyModelSchema(NinjaSchema):...
@karltaylor The default Referrer-Policy ind Django is `same-origin` so the browser won't send the Referer header even when you add it to the fetch() call (at least it didn't for...
+1 for this, I'm facing the same issue. I've also added `profile = "jinja"` to my djlint config in pyproject.toml
@christopherpickering @jlw4049 Any updates? Thanks!
> I reached out to Christopher today once he responds back I'll spend some time getting this done Hi, any news on this?
> > > I reached out to Christopher today once he responds back I'll spend some time getting this done > > > > > > Hi, any news on...
@MKI-Miro Is everything clear? Can we close this?
I'm having the same issue. I tried using both a virtual environment (with Poetry) and a system-wide installation. In the virtual environment, I see the templates in `.venv/share/jupyter/nbconvert/templates` In the...