Re: Hi, I want to know what's the core layer of django.

2017-09-15 Thread Antonis Christofides
Hi, You can write Django without the models, and you can write Django without templates and without forms. If there's one thing that all people who write Django applications use, it's probably the request/response cycle, which includes the url dispatcher and, I believe, the views. There's a

Re: Hi, I want to know what's the core layer of django.

2017-09-15 Thread Jani Tiainen
Hi. There isn't exactly core if the Django. All things you mentioned forms the core. Plus there is much more. Forms, url routing. And bunch of helpers like auth and GIS. 15.9.2017 10.54 ap. kirjoitti: > In Django Developer group, easy to see core layer of django,

Hi, I want to know what's the core layer of django.

2017-09-15 Thread callsamleung
In Django Developer group, easy to see core layer of django, but what's the layer is the core layer? model, view, template? thanks -- 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