Opened 17 years ago

Closed 17 years ago

#5345 closed (invalid)

Bulk Transfer to Database

Reported by: jjf22@… Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I am new to Django, mainly used the template system because the previous developer created all the models and views. I am now trying to update my site so that users can add large numbers of items to the database. The site is set up so that providers can provide information on their product. What I am trying to do is create a page on my site that will read a file that they submit and commit those changes to the database without a middle man. I was also wondering if there was a way to just do it in a text box on the site and use that as a means of transfer. It would also be nice if the forms book was updated.

Change History (1)

comment:1 by Matt McClanahan <cardinal@…>, 17 years ago

Resolution: invalid
Status: newclosed

Please don't use the ticket system to ask support questions. Use the django-users mailing list for that, or our IRC channel. (See the "Get help" section of the community page for more information.)

Note: See TracTickets for help on using tickets.
Back to Top