page:blueprints:architecture practices:form collection:django

Architecture practices: Form collection using Django

Summary

A form collection blueprint for architecture practices built with Django on Ample. Domain schema:

Public information includes portfolio and services, team and accreditations, studio locations. Drawings and surveys are client-confidential until issued; the portal models per-project authorization only.

Representative Queries

Resource Requirements

Infrastructure Requirements

  1. Compute: Verified - Apps run in isolated x86_64 Firecracker microVMs that auto-pause when idle and wake on request; sizes are the priced VM sizes.
  2. Postgres: Verified - Managed PostgreSQL 16 runs in its own microVM and is auto-provisioned when an app needs a database.
  3. S3-compatible object storage: Verified - Buckets are S3-compatible with issued credentials; PutObject and GetObject are verified by canary.

Framework

Django

Workload

Form collection

Industry

Architecture practices

Limitations

Cost Estimate

Components:

Example

Success Checks

  1. App responds on its public URL - Expect: ample canary django patterns
  2. browser-file-uploads self-test from the example.