1
vote
3answers
76 views
Creating Title / Slug based on PK ID
What would be the generic way to create record title and slub based on the ID? I am working with django-photologue here. I want to save a record with title and slug based on the PK. The generic …
0
votes
1answer
42 views
Problems updating user profiles.
Working out editing profiles and ran into a little trouble! The following piece of code succesfully updates the mug_shot column in the user profile, but also erases all the other column data for that …
3
votes
2answers
168 views
What’s the best way to have different profiles for different kinds of users in django?
In my application I have students, professors and staff. Staff members do not need a profile but professors and students each need a different profile. I'd rather not implement it all myself …
0
votes
1answer
394 views
File upload with django-profiles
I'm using the django-contrib package django-profiles, and everything is working great - my only issue is that I would like the form to upload a file (for an avatar), unfortunately - the form does not …
