Sunday, March 27, 2016

Re: Django Model design


On Mar 27, 2016 9:41 AM, "Paria Parsamanesh" <paria.parsamanesh@gmail.com> wrote:
>
> Hi ,
> I am new to Django and python and I want to connect to cloudera metadata database (postgre. )
> I have background in java, and db2, to design java model classes , we used logical data model and create UML modeling tools. .
>
> Can you direct me on
> 1) How to make this connect from Django on windows to Cloudera postgre.
I am not an expert. My guess is you will accomplish this via settings.py.
> 2) How to design model classes.
Start with the Django tutorial. This will give you the basics. Then look at the models section of the documentation. Start to build a model.py, then come back with questions.

Just my opinion. Others may have other ideas.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/CAP1rxO7_f2Yj0uasxutn86qZG36bO-c4coA5-3KEgxF%3DN-Qxqg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment