TIMEX
TIMEX

Reputation: 271584

Which Django/Pinax app should I use? There are so many, and I just want the simplest one

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

Answers (3)

kevin_82
kevin_82

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

NycCompSci
NycCompSci

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

Alex Kuhl
Alex Kuhl

Reputation: 1824

django-profile may be of use in this case.

Upvotes: 1

Related Questions