Hi Folks,

I've updated the django-batchimport project to version 0.2. This new
version allows for easy import of relationship data (many-to-many, for
example) for previously imported data -- even if your original data
doesn't have unique IDs. There's also the new ability to override
field values (say, using some property in the session or on the user's
profile, for example) and several convenience methods...

http://code.google.com/p/django-batchimport/

Take a look. Let me know if you have any problems.

Best,
Keyton


django-batchimport:
This application can be added to any django project to give it batch
import capability via uploaded Microsoft Excel file (or other formats
saved as XLS). This allows for someone with a spreadsheet of, say,
users to easily upload it and add it all at once.

While batch importing in django is easy to do via fixtures, this
reusable app is aimed at being for non-developer end users of your web
application.

The process by which this app does it's work is completely dynamic,
inspecting both the spreadsheet and the django models dynamically at
runtime. No prior knowledge of either the model into which the user is
importing or the spreadsheet uploaded is required.

The only prerequisite is John Machin's xlrd library (http://
www.lexicon.net/sjmachin/xlrd.htm), python 2.5+, and django 1.0+.

See the website for full details and please drop me a note on the
django-batchimport-users group if you have questions or comments.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to