Hi when i try to import django formsets i get error. I am very new to django so was not able to fix this.
In [19]: from django.shortcuts import render_to_response In [20]: from django.forms.formsets import formset_factory --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/atishay/public_html/newhssonline/apps/callforpapers/<ipython console> in <module>() ImportError: No module named formsets I was following exampls from http://docs.djangoproject.com/en/dev/topics/forms/formsets/#using-initial-data-with-a-formset thanks for pointing out the problem --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---