AttributeError: 'AlumniResponseFormFormSet' object has no attribute 'new_objects'

2013-04-29 Thread Brian Dant
that at this point the parent object and its form have already been saved. Thanks for your time! Brian Dant PS: I crossed posted this from SO, where I wasn't getting much traction. I realized that this is probably more of a Django Admin detail, so y'all might know better :D --

Using the Django development server for local subdomain development

2013-01-26 Thread Brian Dant
I'm trying to create a development environment that supports testing my subdomain configuration. I'll be using the django-subdomains package, which relies on the sites framework. *To make a local environment that supports this while using the Django built-in webserver, do I need to set up loc