0 votes
in Python by
Why should we use Django framework?

1 Answer

0 votes
by
The main goal to design Django is to make it simple to its users, to do this Django uses:

The principles concerning rapid development, which implies developers can complete more than one iteration at a time without beginning the full schedule from scratch;

DRY philosophy — Do not Replicate Yourself — that means developers can reuse surviving code and also focus on the individual one.

Related questions

0 votes
asked May 17, 2020 in Python by sharadyadav1986
0 votes
asked Oct 11, 2021 in Python by rajeshsharma
...