Reputation: 271584
That's it! I don't want anything else. I don't care about the friending or blogging or anything.
Which Django App should I use? Currently, I am using Pinax's basic_project.
Upvotes: 2
Views: 498
Reputation: 327
I generally like starting with the basic or account, then build up to what I need. I prefer this method to starting with complete/social and stripping out what I don't need. Just fyi.
Upvotes: 0
Reputation: 3137
I actually am approaching the same problem.
I find overriding the pinax profile app is enough. The profile section is what allows the upload of avatars and your info and allows you to also edit it.
I still haven't found a good way to override the native apps yet. Right now I am copying over the app.
Thanks, Ray
Upvotes: 1