Settings guide

A quick-guide for all the settings options supported in Imagine V1



settings
app:
name: <app-name>
# [django]
framework: django
django:
# [virtualenv, pipenv, poetry]
package-manager: <package-manager-choice>
# [gunicorn, uwsgi, mod_wsgi, cherrypy]
server: <server-choice>
layout:
# [single-file, separate-files]
models: <model-layout-choice>
# [single-file, separate-files]
views: <view-layout-choice>
# name of the project settings directory
project-root-dir: 'project-root-directory-name'
api:
# [RestAPI, GraphQL]
format: <format-choice>
end settings