Posts by Mauricio Kalfelz • 93 points
12 posts
-
0
votes1
answer524
viewsQ: Catch id and name via form, both forenig key
Basically the user enters the company profile and makes a comment and a rating. I need the company ID to be passed on this form and I get the ID or User Name I have a system that uses USER extended…
-
0
votes1
answer415
viewsQ: Loading 2 form on the same page and saving them
I have a system, and I need to change, I want to take the pets option, and put it in a separate table, because it will have more than one type of user that would use it. But I’m not getting it to…
-
1
votes1
answer51
viewsQ: I cannot delete the correct image by passing id through jQuery via Modal
I have a system that you click on the image and it opens it larger via modal, below has a Delete button, if you click Delete, opens another modal asking if you are sure you want to delete this…
-
0
votes1
answer145
viewsQ: Choices values are being stored like this ['Dog', 'Cat', 'Birds']
I have a system that will have the option of choosing 1 or multiple options in the same field. Bad problem is that I need my field inside the model to be charfield and in Forms to be…
-
0
votes1
answer52
viewsQ: Disjunction between two types of users using if
Opa, I’m using djando admin for login, by Accounts, and I’m using the User extended to two different tables, Business and User, and I’m doing fully signed up for user.negocio and user.usuario. So…
-
-1
votes1
answer58
viewsQ: if and Is between loan
Thus, I created a user table and a business, both inherit from the Django user table. Perfect, both your users and tables. But I have a menu and a profile page.html and wanted that in this menu…
-
0
votes0
answers58
viewsQ: Dinamic url assumes user logged in to visuzaliation
I have a system that when the user is logged in the top menu that is fixed appears the photo and his name, plus the options since he is logged in, so far so good. and I’m using dynamic url to do…
-
4
votes2
answers289
viewsQ: Email and password validation using Keyup
I am using the code that tells me if both emails are identical, if both passwords are identical and if they are at least 8 and at most 10 characters long. And only if the emails were equal,…
-
0
votes2
answers232
viewsQ: email validation and password being equal and with minimum character
hello, I’m starting in the world of jquery and I’m working with djando and python and the form has the jquery below <script> $('#validator').prop('disabled' , true); $('#senha2').on('keyup',…
-
2
votes1
answer91
viewsQ: Mask Jquery error when typing a letter
I am with the following problem I am using for example the Mask code $(document).ready(function(){ $('.cpf').mask('999.999.999-99'); }); perfect it works and accepts only numbers, but if I fix any…
-
0
votes1
answer61
viewsQ: I need relationship one for many between 3 tables
Hello I have the table People, Vehicles and Messengers who are the users who pay per month the precise staging that each person can have more than one vehicle, but when registering in the monthly…
-
0
votes1
answer48
viewsQ: Comparison Datetime in scheduling in the database
I need a light. I am creating a car travel scheduling system and I need that before including a new trip, it be checked whether the date and time of the trip and the date and time of the trip were…
databaseasked Mauricio Kalfelz 93