Portal Apps

2009-08-14 Thread Joshua Williams
Quick question in regards to building portable apps: Should an application rely on the app being on the PYTHONPATH to work properly? That is, is having a app directory on the PYTHONPATH so common, is should just be assumed this is done when you install a new app? -Josh

User profile get_profile() error

2009-05-15 Thread Joshua Williams
Hello All, When trying to access a user defined profile, using get_profile, I am getting an error when accessing the profile for a user. Just so I have my bases covered, here is my model class: class UserDetail(models.Model): Position = models.ManyToManyField(Position, blank=True)

Re: Question about administration

2009-04-12 Thread Joshua Williams
Thank you pointing me to these docs. In the link: > If that doesn't tickle your fancy, check out the following: > http://docs.djangoproject.com/en/dev/topics/auth/#permissions I found the following statement: For example, it's possible to say "Mary may change news stories," but it's not