-
### Attendance App Back-End Development with Django
#### Database Models
- [x] Employee Model
- [x] Attendance Record Model
- [x] Leave Request Model
- [x] Notification Model
#### API Endpoi…
-
Getting this error when sending a post request to SocialLoginView. The body of post request contains "code" only. Having this problem on google/facebook/github login.
Similar problem also asked in…
-
https://github.com/developer-portal/content/issues/272
The howto [about Docker](https://developer.fedoraproject.org/tools/docker/compose.html) seems to can't find the package `python-django`.
`$…
-
Currently, I'm missing two relevant features in the django admin for registrations:
- Filtering on multiple values (e.g. registrations for two events, or for multiple statuses). This is possible by…
-
After upgrading to 5.0, I am getting this error in translated models.
I am using
django-model-utils==5.0.0
django-modeltranslation==0.19.9
My model
```
class ParameterModel(UUIDModel, SoftDe…
-
### Please verify that this bug has NOT been raised before.
- [X] I checked and didn't find a similar issue
### Describe the bug*
When using the PUI login form and logging in with a OpenIDConnect p…
-
Hello,
I want to use `django-invitations` package to allow current website users to invite new ones. But at the same time, I want to allow access to the registration form only to those visitors wh…
-
I would like to be able to open and close account registration through some mechanism. My ideas:
- Environment variable
- Model setting
The first is easier to implement, but requires the admin …
-
We need a granular way to support permissioning, better than the current "callback" settings approach (like `AI_ASSISTANT_CAN_CREATE_THREAD_FN`).
Check how popular Django apps implement permission …
fjsj updated
4 months ago
-
Django-registration now uses class-based views. Should econsensus be updated to use the new version or do we set the version in pip_packages.txt to an old one that still uses the method-based views?