Conversion and import of a pre-existing database

2021-01-07 Thread Jérémy Garniaux
Hi, I'm working on my first Django project. Already read the tutorial but following along it to be sure not to miss anything. I've been asked to rebuild a pre-existing website. It's basic in functionality: various users create complete descriptions of heritage items in the admin area, and th

Re: Conversion and import of a pre-existing database

2021-01-07 Thread 'Peter van der Does' via Django users
Jérémy, It all depends on the Database which route to take. Is it one table, multiple tab;es, what are the relationship? My plan of attack would be: 1. Create all models in Django as you want them to be. Use the Django standards to name your new fields [1]. 2. Let Django handle the field n

Re: Conversion and import of a pre-existing database

2021-01-07 Thread gabriela...@gmail.com
Perhaps there is a utility program that can do that. Something like converter. Have you look in web foros ? El jueves, 7 de enero de 2021 a las 11:58:36 UTC-3, pe...@oneilinteractive.com escribió: > Jérémy, > > It all depends on the Database which route to take. Is it one table, > multiple ta