Allan Nava
Allan Nava
Is possible integrate django jquery file upload without this: ``` class PictureCreateView(CreateView): model = Picture fields = "__all__" def form_valid(self, form): self.object = form.save() files = [serialize(self.object)] data = {'files':...
Why not?
Ah ok! I will try
Ok, maybe we need to decide which ghitub page for documentation implements like 1. https://jekyllthemes.io/theme/documentation 2. https://jekyllthemes.io/theme/just-the-docs
Is possible implement the authentication class with JSONWebAuthentication?
> You have to change your questions. > What is better for me? > What is better for the project I am developing? > Should I learn only one or...
> @Alcondez This looks like a good addition to the server. What sort of project do you have that will use keycloak as an external identity provider? Yeah correct
I'm trying to create a sdk for flutter: https://github.com/Allan-Nava/nakama-flutter
> Interesting. Do you have a specific use case that you're building this for? Less pain to develop a mobile application with one single code base for iOS and Android