A
A
Abr_ya2019-09-23 08:37:27
Django
Abr_ya, 2019-09-23 08:37:27

Django: Is the app an independent building block of the site?

Started taking a course on Django. The author leads it mainly in the "repeat after me" style - there are few comments and some systemic explanations. There was an impression that the application is such an independent element of the site. I put certain functionality in it, and I can easily transfer it from site to site (the same blog or gallery, for example), for this it is enough to:
- perform migrations,
- have my own templates folder in the application with templates that inherit the site template,
- have the application has its own urls, which will be included in the site urls.
Is it so? Or am I missing/misunderstanding something?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem, 2019-09-23
@Abr_ya

Yes so.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question