Ship College Craft public site and point CI deploys at college_craft.
Deploy Beta / unit-tests (push) Successful in 21s
Deploy Beta / docker (push) Successful in 26s
Deploy Beta / deploy-beta (push) Successful in 6m25s

Replaces template branding with College Craft pages, assets, and copy, and
matches Gitea deploy workflows to the server-infra catalog name and master
branch so beta deploys actually run.

Closes #1
This commit is contained in:
2026-09-02 09:42:43 -05:00
parent b62357c8be
commit b46e192138
191 changed files with 2404 additions and 2041 deletions
+1
View File
@@ -12,6 +12,7 @@ class Channel(models.TextChoices):
class Contact(UUIDPrimaryKeyModel, TimeStampedModel):
class Source(models.TextChoices):
CONTACT_FORM = "contact_form", "Contact form"
CAREERS = "careers", "Careers"
IMPORT = "import", "Import"
MANUAL = "manual", "Manual"
NOTIFY_ME = "notify_me", "Notify me"
+1 -1
View File
@@ -143,7 +143,7 @@ class ContactFormMergeTests(TestCase):
"address_city": "Aurora",
"address_state": "IL",
"address_zip": "60505",
"interest": "general",
"interest": "quote",
"message": "Looking to buy",
},
)