Re: Can't connect databases together

2020-01-17 Thread Jonathan Villavicencio
for example: https://docs.djangoproject.com/en/3.0/ref/models/fields/#foreignkey El vie., 17 de ene. de 2020 a la(s) 11:43, Jonathan Villavicencio ( codejonvi...@gmail.com) escribió: > In your model define a class and in out make the relationship with other > class that reference the other table

Re: Can't connect databases together

2020-01-17 Thread Jonathan Villavicencio
In your model define a class and in out make the relationship with other class that reference the other table in the database El vie., 17 de ene. de 2020 a la(s) 11:14, Stephen (stephen.u...@gmail.com) escribió: > sqlite3 > > On Friday, 17 January 2020 16:53:01 UTC+1, Jonathan Villavicencio wrote

Re: Can't connect databases together

2020-01-17 Thread Stephen
sqlite3 On Friday, 17 January 2020 16:53:01 UTC+1, Jonathan Villavicencio wrote: > > Hello Stephen, > > What is the database you are using? > > El vie., 17 de ene. de 2020 a la(s) 10:25, Stephen (steph...@gmail.com > ) escribió: > >> How can I connect 2 database tables together please?. I am tryi

Re: Can't connect databases together

2020-01-17 Thread Jonathan Villavicencio
Hello Stephen, What is the database you are using? El vie., 17 de ene. de 2020 a la(s) 10:25, Stephen (stephen.u...@gmail.com) escribió: > How can I connect 2 database tables together please?. I am trying to > display some objects in a table by selecting an object that is in another > table. How

Can't connect databases together

2020-01-17 Thread Stephen
How can I connect 2 database tables together please?. I am trying to display some objects in a table by selecting an object that is in another table. How do I connect them please? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe