Project Setting

When you run Project > Project Setting (⇧⌘P) menu, Project Setting will be shown. You can modify settings from Default, Meta, Build, Django Tab menu.

Default

  • Project Title : Add the title of the project.
  • Favicon : Add favicon image (Favicon image resource is required).
  • Custom Header Code : Add custom code which will be applied to each page of the current project.

Note

After creation of a new project, Project Default Width cannot be changed.

Meta

  • Meta Image : Add Meta Image for meta-data. (URL)
  • Author : Add Author name for meta-data.
  • Project URL : Add Project URL for meta-data.
  • Project Keywords : Add Project Keywords for meta-data. (Multiple keywords are available)
  • Project Description : Add Project Description for meta-data.
  • Facebook Admin : Add Facebook Admin ID for meta-data.
  • Facebook App ID : Add Facebook App ID for meta-data.

Build

  • Build Path : Set Build path for built files.
  • Build Resource Path : Set Build Resource Path for built resource files.
  • Resource Prefix : Set Resource Prefix.
  • Link Prefix : Set Link Prefix.
  • HTML Port : Set HTML Port for build.

Note

If your project’s domain isn’t the same as the root path, you have to modify Resource & Link Prefix.

Django

Note

Django tab is available on Django Project.

  • Django Build Path : Set Django Build path for Django build files.
  • Django Resource Path : Set Django Resource Path for Django resource files.
  • Django Resource Prefix : Set Django Resource Prefix.
  • Run server after build : Set Run Server option.
  • Django Port : Set Django Port for Django build.
  • Python Interpreter Path : Set Python Interpreter Path for Django build.
  • Django Manage.py Path : Set Manage.py path for Django build.