generated from westfarn/web_django_template
Ship College Craft public site and point CI deploys at college_craft.
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:
@@ -7,6 +7,9 @@ app_name = "public"
|
||||
urlpatterns = [
|
||||
path("", views.home, name="home"),
|
||||
path("about/", views.about, name="about"),
|
||||
path("services/", views.services, name="services"),
|
||||
path("testimonials/", views.testimonials, name="testimonials"),
|
||||
path("careers/", views.careers, name="careers"),
|
||||
path("contact/", views.contact, name="contact"),
|
||||
path("terms/", views.terms, name="terms"),
|
||||
path("robots.txt", views.robots_txt, name="robots_txt"),
|
||||
|
||||
Reference in New Issue
Block a user