django-mds
django-mds copied to clipboard
We used the fancy https://docs.djangoproject.com/fr/2.2/ref/contrib/postgres/functions/#transactionnow it returns the START of the database transaction. This is actually not a desirable behaviour for a `saved_at` field. We want the time at which...
There are two ways to retrieve a OAuth2 token (with our Django toolkit and in general AFAIK): - The URI encoding we currently use: https://github.com/jazzband/django-oauth-toolkit/blob/2fdb0fea4efec9bc79708f0ac1b4b24884f26f97/oauth2_provider/oauth2_backends.py#L74 - JSON in request body:...
I'm running `MDS_DEV_DEBUG=1 pypthon manage.py runserver` and when I try to access `authent/applications`, I get `'oauth2_provider' is not a registered namespace` . Am I doing something wrong?
It happens after connecting as superuser that I created with `python manage.py createsuperuser` Maybe it's not created yet but I don't know so here's my issue for you. :)
Hey ! Thanks a lot for making this public. I don't understand very well the structure of the project yet so I'm spending quite some time reading the code. For...