Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The old downloads uses a number of tables to store relevant data. The first step in updating the application is to identify these and move them to a reasonable place in the new code. Document here what tables are used within downloads page and their purpose.
- Create a new models.py file with only the necessary models in a separate django app.
- Document the process of migrating production data to the new models version.