fixtures

How do I prevent fixtures from conflicting with django post_save signal code?

How do I prevent fixtures from conflicting with django post_save signal code? Question: In my application, I want to create entries in certain tables when a new user signs up. For instance, I want to create a userprofile which will then reference their company and some other records for them. I implemented this with a …

Total answers: 4