A
A
Artyom Innokentiev2015-08-15 16:57:32
Django
Artyom Innokentiev, 2015-08-15 16:57:32

What is the principle behind creating django applications?

It is the principle of creating applications, the logic, that is interesting.
You can't just produce applications for each element of the site:
index
checkout
contacts
electronics
books
phones
, etc.
What should be the logic of creating applications? What should the application do? What functionality to invest in one application (how many actions should the application do)? How many models should be in the application?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2015-08-20
@artinnok

FYI: The structure of the application is well written in Two Scoops of Django: Best Practices for Django 1.8 And in general, if you write in django, I recommend reading it. Contains many useful links.
You can read about the django philosophy here https://docs.djangoproject.com/en/1.8/misc/design-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question