Wednesday, March 28, 2018

Re: Setting Django

Hi,

Yes, Django is a web framework, written in Python (it doesn't "interpret" anything,). So everything you write in Django (well almost everything, templating language has it's own syntax) is practically just ordinary Python code.

As others pointed out doing official tutorial from the docs will get you hang of basic concepts of Django (ORM, forms, templates, generic views, admin site etc.)

On Wed, Mar 28, 2018 at 4:37 AM, Benoit EVRARD <benoit.evrard3@gmail.com> wrote:
Hello, I'm new to this Django Framework. By the way, is it a Framework? I have no time to read all of the posts and tutos. Django seems to interpret python's coding am I right? I need to adapt a Zend Framework. Am I in the wrong path here? Best, Be

--
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/2af2cabf-f28f-46a5-a958-55500d17655d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Jani Tiainen

- Well planned is half done, and a half done has been sufficient before...

--
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/CAHn91oenWRTeEL8Ee_8WLMq44zqPa9RZNxT-gMJ36-s49Zvy8Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment