- 
                Notifications
    You must be signed in to change notification settings 
- Fork 820
Closed
Labels
Description
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/