-
-
-
-
-
Related issue: https://github.com/Flagsmith/flagsmith/issues/2272.
For organisations that are using e.g. SAML authentication, having their own subdomain to access the Flagsmith SaaS platform would…
-
Hello! In my Django project I want to use your app. I successfully install app and make settings, also registered models for translation as it was recommended in docs.
**Question**: Is it possible …
-
If you enable `ACCEPT_INVITE_AFTER_SIGNUP`, the invitation to accept is looked up based on the e-mail address used to complete the signup. Because this field is editable (but pre-filled), it's possibl…
-
from the documentation here https://github.com/jazzband/django-push-notifications
```python
from push_notifications.gcm import send_message
# First param is "None" because no Registration_id is n…
-
```
What steps will reproduce the problem?
1. add photologue to installed_apps
2. run syncdb
3. run plinit OR add photo size from admin
django's fields.py has a __cmp__ method comparing two fields. p…
-
Currently (as of PR #187 ) , when a user visits `api/v1/auth/registraion/` and POSTs their details to register, a "verify your email address email" is sent containing a clickable URI that will send a …