Skip to content

Commit d883c5d

Browse files
committed
Pegasus update. Version 2026.6.2
1 parent 7132086 commit d883c5d

7 files changed

Lines changed: 110 additions & 102 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ test: ## Run Django tests
4646
@uv run manage.py test ${ARGS}
4747

4848
init: setup-env start-bg migrations migrate npm-install-all ## Quickly get up and running (start containers and bootstrap DB)
49+
@echo ""
50+
@echo "✅ Project setup complete! Run 'make dev' to start the app."
4951

5052
uv: ## Run a uv command
5153
@uv $(filter-out $@,$(MAKECMDGOALS))

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,7 @@ On Linux-based systems you can watch for changes using the following:
168168
```bash
169169
find . -name '*.py' | entr uv run manage.py test apps.web.tests.test_basic_views
170170
```
171+
172+
---
173+
174+
*Built with [SaaS Pegasus](https://www.saaspegasus.com/), the Django SaaS boilerplate.*

apps/users/migrations/0002_alter_customuser_avatar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 6.0.5 on 2026-06-16 19:29
1+
# Generated by Django 6.0.5 on 2026-06-22 08:29
22

33
import apps.users.helpers
44
import apps.users.models

package-lock.json

Lines changed: 99 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pegasus-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cli:
66
template_directory: templates
77
use_teams: false
88
default_context:
9-
_pegasus_version: 2026.6.1.2
9+
_pegasus_version: 2026.6.2
1010
api_framework: drf
1111
author_name: Cory Zue
1212
bundler: vite

templates/web/components/landing_section2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99
<div class="ml-8 space-y-8">
1010
<div class="max-w-(--breakpoint-md) mb-8 lg:mb-8">
11-
<h2 class="text-base font-semibold leading-7 text-primary">Headling 2 in detail</h2>
11+
<h2 class="text-base font-semibold leading-7 text-primary">Headline 2 in detail</h2>
1212
<p class="mt-2 text-3xl font-bold tracking-tight text-gray-900 dark:text-gray-100 sm:text-4xl">This app is so great</p>
1313
<p class="mt-6 text-lg leading-8 text-gray-600 dark:text-gray-300">
1414
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet purus in odio ultricies

templates/web/components/testimonials.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<figure class="max-w-(--breakpoint-md) mx-auto">
66
<blockquote>
77
<p class="text-xl">
8-
“As a project manager, I've been using 'SaaS Product X' for over a year now and it has completely transformed the way we work. he intuitive interface and powerful features have streamlined our processes, saving us countless hours.”
8+
“As a project manager, I've been using 'SaaS Product X' for over a year now and it has completely transformed the way we work. The intuitive interface and powerful features have streamlined our processes, saving us countless hours.”
99
</p>
1010
</blockquote>
1111
<figcaption class="flex items-center justify-center mt-6 space-x-3 rtl:space-x-reverse">
@@ -21,7 +21,7 @@
2121
<figure class="max-w-(--breakpoint-md) mx-auto">
2222
<blockquote>
2323
<p class="text-xl">
24-
“As a project manager, I've been using 'SaaS Product X' for over a year now and it has completely transformed the way we work. he intuitive interface and powerful features have streamlined our processes, saving us countless hours.”
24+
“As a project manager, I've been using 'SaaS Product X' for over a year now and it has completely transformed the way we work. The intuitive interface and powerful features have streamlined our processes, saving us countless hours.”
2525
</p>
2626
</blockquote>
2727
<figcaption class="flex items-center justify-center mt-6 space-x-3 rtl:space-x-reverse">

0 commit comments

Comments
 (0)