Re: How to migrate user submitted data to new table upon approval

2011-05-15 Thread Shawn Milochik
If you want help you'll need to provide us information we can work with. What error message are you getting? Have you checked to see if the application generates any logs? What changed from when it was working until now? Was anything on the server removed or upgraded? If there's any documen

How to migrate user submitted data to new table upon approval

2011-05-15 Thread fyoung
I took over a django project in which a user can submit a business and then the administrator can approve the business. From my understanding, once the business is approved, it moves from the 'UserSubmittedBusiness' table to the 'Business' table. However, this is no longer working. I would like to