Skip to main content

All Questions

Tagged with
-2 votes
1 answer
3k views

`TypeError: string indices must be integers` [duplicate]

I'm trying to list the title and number on a pull request in a repository. I would like to return the JSON as a dict and print the title and number of the pull request. If I just print the title or ...
DBS's user avatar
  • 1,147
1 vote
1 answer
152 views

How do you make a django field reference to a python class?

I am working on a project to expand a testing suite that my company uses. One of this things that was asked of me was to link the website to our Github source for code so that the dev team could ...
Sam Kerr's user avatar