Skip to main content

Django Compose Specification

Django Compose Specification defines a stardard, interface which allows the django-compose engine understands your project setup requirements

Export/Import Raw Django Compose Specification

  1. You can export your current work from the schema editor.

    tip
    • This might be useful if you need to add the schema used to generated your code to your Version Control System (e.g git).

    • The exported specification can also be useful for use as a start template for a another project.

  2. You can import a valid Django compose specification.

    tip

    Useful to easily base a new project off an existing project

Use Predefined Project Templates

Django compose studio ships with up-to-date predefined templates which can be customized to suite your project's needs.

Some of these templates are:

  • LocalLibrary: This project template demonstrates how Django Compose can be useful to autogenerate the sample project in the official MDN Django Tutorial. Even more, with the advantage of Django Conpose we are able to generate a Restful API version of the example project.

  • Poll: This project template demonstrates how Django Compose can be useful to autogenerate the sample project in the official Django Tutorial. Also, with the advantage of Django Conpose we are able to generate a Restful API version of the example project.