Hi All,
I am getting error when I tried to create a superuser. I am using Cassandra 3.0 with Django 1.11.4.
I used this command in Pycharm: manage.py createsuperuser
error: "cassandra.protocol.SyntaxException: <Error from server: code=2000 [Syntax error in CQL query] message="line 1:260 no viable alternative at input '.' (
...auth_user.date_joined FROM auth_user WHERE [auth_user]....)">
"
What am I doing wrong?