Simon Barnett

Results 10 issues of Simon Barnett

I'm trying to display an activity feed for a group which could include a number of different activities which could be described as "created". For instance, the creation of the...

I need to integrate a CRM like this into an existing project - there doesn't seem to be any specific docs around this so I'm wondering if this would be...

Would I be right in saying that the guide in this repo for proxying with nginx will only work with locally served media? I assume that's the case, as the...

I'm trying to upgrade an old codebase from Django 1.5 to 1.11. Most things seem to be fine so far (!) but I have a problem when migrating from South....

needs-docs

Am I right in saying that there is no route that can be used to check a password reset UID and token before the user tries to reset their password?...

enhancement

Why is the user's current_password required when calling set_username, given that the permission on that view is CurrentUserOrAdmin?

I have my users (optionally) signed up to an external mailing list for marketing. It would be really useful if this library could send out a user_updated signal that I...

If I have the following hosts.py:- ``` host_patterns = patterns( '', host( r'|www', 'config.urls.cc', name='main' ), host( r'manage', 'config.urls.manage', name='manage' ), host( r'(?P\w+)', settings.ROOT_URLCONF, name='other' ), ) ``` and I...

### Environment - Operating System: `Darwin` - Node Version: `v20.19.0` - Nuxt Version: `3.16.2` - CLI Version: `3.24.1` - Nitro Version: `2.11.9` - Package Manager: `[email protected]` - Builder: `-` -...

bug
pending

Is there a way I can move my existing project to use this app so that it becomes a multi-tenanted site? We already have tons and tons of data which...

question