Problems with creating formsets with Dynamic initial values

2009-06-26 Thread Bryan Wheelock
I'm completely confused why I'm getting this error: __init__() got an unexpected keyword argument 'questions' when I try to initiate CustomBaseFormSet. I've been trying to hack together a Poll with dynamic Questions and Choices. This has been much more difficult than I expected. I started with t

conventions for adding pluggable apps to Django

2009-04-21 Thread Bryan Wheelock
I have a question about using Pluggable apps with Django. My question is about best practices. If you have pluggable apps, do you put the entire app ( e.g. django-survey or django-ads ) into a subdirectory and then add each app individually to the python path? $ ls apps django-survey django-ads