How do you configure Django for simple development and deployment?

后端 未结 14 1588
闹比i
闹比i 2020-11-30 16:14

I tend to use SQLite when doing Django development, but on a live server something more robust is often needed (MySQL/PostgreSQL, for example). Invariably, there are other c

14条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-30 16:55

    I think it depends on the size of the site as to whether you need to step up from using SQLite, I've successfully used SQLite on several smaller live sites and it runs great.

提交回复
热议问题