Posts by Cristian Camargo • 33 points
3 posts
-
-1
votes1
answer51
viewsQ: I cannot bring json information to html
I’d like to get the names of the Pokemons and the images. I use the following code: import React, { Component } from 'react'; import api from "../../services/api"; import './styles.css'; export…
-
-1
votes1
answer42
viewsQ: Information does not appear in the form when editing
With the primary key ID, work with the information in the views, but it does not appear in the edit(html), the fields sector and company appears. Views @login_required(login_url='/login/') def…
-
0
votes1
answer108
viewsQ: Search problem using Django queryset when editing
I am glad for the help, because I am not able to carry out this search, even performing the search, returns me the right id (id_sector and id_company) but Django does not recognize or I am doing…