Answer the question
In order to leave comments, you need to log in
What is the best version of python(Djang) to use for Django Web development? What are the pros and cons of Django? Is there a shortcut you recommend?
Friends, which version of python (Djang) is better to use for Django Web development? What are the pros and cons of Django? Is there a shortcut you recommend? Which database would be easier to use (Postgresql or Mysql or ?????) ?
Answer the question
In order to leave comments, you need to log in
> what version of python (Djang) is better to use for Django Web development
Current from the 3.x branch
> What are the pros and cons of Django
- ease of development
- overhead for small applications
> Which database will be easier to use (Postgresql or Mysql or ???? ?)
If you use Django via ORM then Postgresql is recommended. All the same, you will make the bulk of the requests through the ORM. If you need access to the database at a low level, then such a question would not be asked.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question