New feature: Django support

A new type of project template has been added. You can choose Django lite as your project template when you create new projects.  Django lite projects use SQLite as the database. SQLite stores all the data in a file in the project root. It is not suitable for production use but since it is very light-weight, it will … Read more