django-ajax-selects

django-ajax-selects app: How do I create a new object when there isn't already one in the database?

I'm using django-ajax-selects, which is a freely available django app providing jquery autocomplete functionality. I've got it working - i.e. it is autocompleting the form fields I want it to. But I have a problem... I'm using it in a ModelForm which adds Partnership objects to the database: class Skater(models.Model): name = model...

Display progress bar while an image gallery is loading on django template.

I want to display a progress bar (or loading icon) while a image gallery is loading on django template. Image gallery is having a div in the template and for that div only the progress bar should appear. Please refer to http://www.openstudio.fr/jquery/ as I am using this gallery ...