Posts by duardoalmeida • 23 points
6 posts
-
1
votes1
answer577
viewsQ: Timefield presentation format in Django
class Passagem(models.Model): inscricao = models.ForeignKey(Inscricao, verbose_name='inscricao', related_name='passagem', on_delete=models.CASCADE) hora_passagem = models.TimeField('Tempo',…
-
1
votes2
answers661
viewsQ: Get Python logged in user ID
I have a project in Python and Django. Where I have a REGISTRATION class, and in this table I would like to record in the column "Person" the ID of the user logged in the application, in the column…
-
-3
votes1
answer1119
viewsQ: Separate the registration form by category
I have a form and would like to separate by equal categories consists of example in the image, which in the case has "Login Data" and "Contact Data" How do you do that? Thank you…
-
-1
votes1
answer49
viewsQ: Sending mobile information to the web
Good morning my dear! I want to collect some data and send some information from Mobile (Android) to a website I am developing with (Python+Django). However I do not know the name of this cell phone…
-
0
votes2
answers124
viewsQ: Httpresponse not returning anything
Next, I’m having trouble with that message.. Which could be? Follow my code!! I’m trying to access "page" and this message comes up..…
pythonasked duardoalmeida 23 -
0
votes2
answers111
viewsQ: List in HTML table separated by category
I am in a development using Python and Django and as IDE pycharm. I have a list coming via Rest by mobile, with the name 'Athletes', and comes with the columns "name", "category", "time". I would…