Posts by Breno Froes • 21 points
4 posts
-
1
votes0
answers84
viewsQ: Template image does not upload
Hello, I’m developing an app that needs the user to upload their profile image, but the 'upload_to' mechanism of the Customuser ft field apparently isn’t working. The image simply does not go to the…
-
0
votes0
answers100
viewsQ: Detect distinction between the model chosen by the user for registration
Hello, so, I created some models to register users in Django 2.0 and now I need to know which one the user chose to register. As you can see I have the individual model (Customusern), legal entity…
-
0
votes1
answer49
viewsQ: I can’t access a url, either fully or by Slug
I’m taking a Django course that uses as a study a simplemooc platform, but I stopped in a class where when trying to access the course details that is in a separate url in a dynamic list, there is…
-
1
votes2
answers958
viewsQ: Error in modal call with bootstrap 4 and jquery with id= "#"
So guys, I created a modal as follows: <div class="modal fade" id="#siteModal" tabindex="-1" role="dialog"> <div class="modal-dialog modal-lg" role="document"> <div…