-
It seems that running `REUSE_DB=1 python manage.py test` doesn't skip the test keyspace setup from django-cassandra-engine.
-
Defined Custom User Model for Cassandra based authentication:
```
class CustomUser(DjangoCassandraModel):
userid = cassandra_columns.UUID(primary_key=True , default=uuid.uuid4,db_fi…
-
- usable admin panel with Cassandra models
Issue is I am unable to apply auth migrations and could not create superuser to accces admin ui.
any sample code to to enable the admin UI? or do you h…
-
If I try to delete from the admin:
settings.py has CASSANDRA_FALLBACK_ORDER_BY_PYTHON = True
I get:
`
Request Method: | POST
-- | --
http://192.168.0.1:8080/admin/accounts/accountmodel/
…
-
I ran manage.py inspectdb but it only showed all those migrated in the Relational Database
```
(django-cassandra)Deans-MacBook:tutorial deanarmada$ python manage.py inspectdb
# This is an aut…
-
Hi guys
i have a wide-table for store verification codes, i want auto delete this data after some minutes
I don't find any documentation about how to do it, guide me to set TTL of my model
Thank …
-
Hi
I had my Cassandra API hooked up to docker image python3.6 (stupid me)
And when they updated the docker image my API image got updated and I couln't run migrations to Cassandra anymore. I looke…
-
The `DjangoSetUpPlugin` calls `self.runner.setup_databases()`, which fails if `settings.DATABASES` is not set. You shouldn't be required to have a database configured to use django-nose, so perhaps th…
-
Supposing that Sessions are not a problem (no database involved), our session backend could be Cache or Signed Cookies.
When I am trying to authenticate a User, the authentication backend does not re…
-
Django 1.7's migrations should be supported.
Is this something that is being worked on or has been attempted? I am interested in helping out with this if you think it would be a reasonable addition. …
AMeng updated
9 years ago