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
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
2 matches
Mail list logo