Posts by Franco Motta • 45 points
8 posts
-
0
votes0
answers46
viewsQ: Run Javascript code on another page from a button
When I click the button Simulate it adds lines (as per JS code) on the same page... But I would like to know what I need to do for these lines to be generated on another page, that is, after…
-
-2
votes1
answer95
viewsQ: Django is not saving users in the database
I’m doing a project with Django and using postgresql as a database. I created an app Accounts for user registration, but is not registered in the database and does not appear in the Django admin…
-
0
votes1
answer90
viewsQ: Container problem in html and css
I don’t have much knowledge in html or css. When I minimize the screen or change the resolution, the container does not follow the same pattern. As follows: Maximized: Minimized: Why is this…
-
0
votes3
answers359
viewsA: How to move elements in HTML
I put a div container involving the form html and modified it leaving the way I wanted to move css. The css was as follows: #containerForm{ float: right; width: 1050px; } I’m including a print for…
-
0
votes3
answers359
viewsQ: How to move elements in HTML
I’m developing an application and I don’t have much knowledge about HTML. I took a template straight from the bootstrap site and am making some changes to look the way I want, but I’m having the…
-
1
votes1
answer92
viewsQ: Where to place mathematical models in Django
I’m new to the subject, so forgive the ignorance. I am developing an application using python in Django, where from user informed data the application will return certain values. But I am in doubt…
-
0
votes0
answers219
viewsQ: Django is not reading the Static statistic files
Well, it was all right until a certain moment. Then I don’t know what happened, or if I put something wrong and nothing else is working. Django stopped reading the static files. When I try to enter…
-
0
votes1
answer337
viewsQ: Javascript is not working on Django
I’ve tried every way, but I can’t make the JS work. login js.: $('.message a').click(function(){ $('form').animate({height: "toggle", opacity: "toggle"}, "slow"); }); login.html; {% load static %}…