Posts by José • 43 points
6 posts
-
0
votes2
answers878
viewsA: Get data from Django view
Hello! You can make a filter, to get the group the user chose, you can do so, need to get the group id by submitting the form, there you make the filter: To catch the moderator, you can make a…
-
0
votes1
answer244
viewsA: Ordering relationship results "Manytomanyfield" with the same table in Django
Problem solved!!! The problem has been solved with the use of the package "Django-sortedm2m". In this way I was able to order the result in a simple and effective way. installation pip install…
-
1
votes1
answer244
viewsQ: Ordering relationship results "Manytomanyfield" with the same table in Django
I have the Many to Many relationship with the same table, and I need to order the result with the same creation sequence. ex: add basic Django, intermediate Django, advanced Django; It has q appears…
-
1
votes1
answer294
viewsQ: removeClass Jquery
I want to add a class to a link in a list, I got it, but I want to remove the class when I click on another link in the same list, and that the class stays only on the link clicked. add me but when…
-
1
votes1
answer85
viewsA: Configuring Phpunit in Zend 2.5
The problem was in the path path of the file Bootstrap.php on line 69 and 70 elseif (is_dir($vendorPath . '/zendframework/zendframework/library')) { $zf2Path = $vendorPath .…
-
1
votes1
answer85
viewsQ: Configuring Phpunit in Zend 2.5
I’m trying to set up Phpunit in Zend, but it’s giving an error when I run phpunit on the terminal. error: $ phpunit PHP Fatal error: Uncaught exception 'RuntimeException' with message 'Unable to…