Skip to content

Example is not working #466

@dmitry-saritasa

Description

@dmitry-saritasa

http://swapi.graphene-python.org

query test {
  allFilms {
    edges {
      node {
        id
        episodeId
        title
      }
    }
  }
}

get this:

{
  "data": {
    "allFilms": null
  },
  "errors": [
    {
      "message": "(1862, 'Your password has expired. To log in you must change it using a client that supports expired passwords.')",
      "locations": [
        {
          "line": 2,
          "column": 3
        }
      ]
    }
  ]
}

login into django admin gives me 500
http://swapi.graphene-python.org/admin/login/?next=/admin/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions