django.md

Architecture practices: form collection using Django

Summary

A form collection blueprint for architecture practices built with Django on Ample. Domain schema: clients and project sites; projects engagement periods by RIBA/AIA-style stage; drawing_sets versioned drawing issues; approvals client sign-offs; uploads validated uploads linked to their owner. Public information includes portfolio and services, team and accreditations, studio locations. Drawings and surveys are client-confidential until issued.

Infrastructure requirements

Prerequisites

Exact tested configuration

Steps

  1. Model the architecture practices domain. Create the tables client_entities, projects, drawing_sets, approvals, uploads.
  2. Workflow step 1. Model document requests per engagement with due dates and status.
  3. Workflow step 2. Validate uploaded files (type, size).
  4. Workflow step 3. Authorize uploads by client entity.
  5. Workflow step 4. Deploy and verify rejection of disallowed files.
  6. Deploy. Run the synchronous deploy once and read the result.
  7. Verify. Run the pattern self-test(s) from the example.

Tested examples

Success checks

Limitations

Cost estimate

Estimated 10.00 USD per month.

Verification evidence

Execution binding

MCP tool ample_deploy, schema hash 876465fce906da0c.