-
Notifications
You must be signed in to change notification settings - Fork 0
yeago/django-data-import
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
BASIC STEPS: 1) Create a new project (or at least a clean project database) 2) Create a 'conversion' directory and inside it an __init__.py 3) Copy your legacy tables into your new database. Delete any unwanted tables and fields and conduct any purely SQL prep-work to simplify things later on 4) Output the results of inspectdb to conversion/legacy_models.py: >>>python manage.py inspectdb > conversion/legacy_models.py 5) Create conversion/imports.py and establish your conversion objects 6) Run your conversions: >>>python manage.py convert ClassName
About
A library for converting data from a legacy non-django schema to your django project
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published