--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/05e29177-9354-23d0-31b1-73cf7cae947b%40infomed.sld.cu.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/982e6114-a6ea-423c-938c-8865d0652fdd%40googlegroups.com.
Saludos Gerson:
Es real, trabajo en salud y estoy trabajando en un sistema para el control de medicamentos y necesito tener ya en la base de datos las provincias, sus municipios, áreas de salud, medicamentos controlados, etc. con los que voy a trabajar y cuando lo termine será puesto es todas las farmacias del municipio donde trabajo (Cárdenas,Matanzas,Cuba). como decía, estoy comenzando en Django y quiero hacerlo porque deseo trabajar sobre software libre y trabajo con linux desde el 2004 (más orientado a servidores).
In english:--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/982e6114-a6ea-423c-938c-8865d0652fdd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Mike:
My data are in different formats, but I don't care pass it by hand once
time.
Previously, I know that I need make migrations my model into "postgres"
database creating the hole table but empty
My interest will be learn one way put a previous data into my database,
before going on with the develop of my app.
eg.:
In models.py :
class Provincia(models.Model):
idProvincia = models.CharField(max_length=2, primary_key=true)
ProvinciaName = models.CharField(max_length=30)
class Admin:pass
def __str__(self):
return self.ProvinciaName
And the data that I need put into them are:
In table:
Provincia:
Insert(idProvincia = 01, ProvinciaName = "Pinar del Río")
Insert(idProvincia = 02, ProvinciaName = "La Habana")
...
>>> <mailto:django-users+unsub...@googlegroups.com>.
>>> To post to this group, send email to django...@googlegroups.com
>>> <mailto:django...@googlegroups.com>.
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/982e6114-a6ea-423c-938c-8865d0652fdd%40googlegroups.com
>>> <https://groups.google.com/d/msgid/django-users/982e6114-a6ea-423c-938c-8865d0652fdd%40googlegroups.com?utm_medium=email&utm_source=footer>.
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>>
>> Ing. Jesús Reyes Piedra
>> Admin Red Neurodesarrollo,Cárdenas
>> La caja decía:"Requiere windows 95 o superior"...
>> Entonces instalé LINUX.
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to django-users...@googlegroups.com
>> <mailto:django-users+unsub...@googlegroups.com>.