Posts by Francisco André • 31 points
5 posts
-
1
votes2
answers629
viewsQ: How to implement a priority queue that still meets other requirements?
I need to implement a priority queue, this queue in addition to the priority, needs to take into account some other requirements, such as switching between services and professionals, and of course…
-
0
votes1
answer155
viewsQ: How to extract data from a Django Queryset
I have a table with some information, the employee’s name, Pis, date and time, the time field records the time of registration on the time clock, these records are all in the same column, for…
-
1
votes1
answer354
viewsQ: Autocomplete with jQuery and Django
Hello, I did a search on the site, but did not find, if anyone knows a link that already deal with this subject, please post. Next, I made an autocomplete in a form of Django with jQuery and…
-
1
votes1
answer583
viewsQ: Listview of Android database - Close application with error
I’m implementing a registration with Sqlite3 on Android and so far okay, the problem is in the call of Activity data listing when the registration is successfully performed, when making the call to…
-
0
votes1
answer274
viewsQ: Return values in Foreignkey and Manytomanyfield in Django
I have the following Models: Restaurant with a Foreignkey for Cardapio, Cardapio with a Manytomany for Product, Product with a Manytomany for Diapromocao, and I need in the template, display some…