Builder

Template to play around with frontend.

Properties: builder.html

  • Appears only if DEBUG=True

  • Available at ./apps/core/templates/builder/

  • View is located at ./apps/core/views/builder

Workflow: Writing HTML with builder

  1. Open ./apps/core/templates/builder.html on left side, ./apps/core/views.py on right side. Forget about writing tests.

  2. Change one of the files, see the result in browser. Use debugger.

  3. Iterate and play, there are no stakes, those 2 files are completely disposable.