Skip to content

Commit 0fc48c2

Browse files
authored
Merge pull request #2 from saaspegasus/pegasus-2026.6.1.2-1781638185.316028
Pegasus update to version 2026.6.1.2
2 parents 6e19934 + 7132086 commit 0fc48c2

8 files changed

Lines changed: 9 additions & 38 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 SaaS Pegasus
3+
Copyright (c) 2026 Elodin Labs LLC (SaaS Pegasus)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

LICENSE.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Django Boilerplate
22

3-
The original SaaS Boilerplate for Django, trusted by thousands
3+
The original SaaS Boilerplate for Django, trusted by thousands.
44

55
## Quickstart
66

api-client/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* eslint-disable */
33
/**
44
* Django Boilerplate
5-
* The original SaaS Boilerplate for Django, trusted by thousands
5+
* The original SaaS Boilerplate for Django, trusted by thousands.
66
*
77
* The version of the OpenAPI document: 0.1.0
88
*

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-09 12:20
1+
# Generated by Django 6.0.5 on 2026-06-16 19:29
22

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

pegasus-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ cli:
66
template_directory: templates
77
use_teams: false
88
default_context:
9-
_pegasus_version: 2026.6.0.5
9+
_pegasus_version: 2026.6.1.2
1010
api_framework: drf
1111
author_name: Cory Zue
1212
bundler: vite
1313
ci: github_actions
1414
css_framework: tailwind
1515
database: postgres
1616
deploy_platform: none
17-
description: The original SaaS Boilerplate for Django, trusted by thousands
17+
description: The original SaaS Boilerplate for Django, trusted by thousands.
1818
docker_mode: services
1919
docker_setup: default
2020
domain_name: localhost:8000

project/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311

312312
SPECTACULAR_SETTINGS = {
313313
"TITLE": "Django Boilerplate",
314-
"DESCRIPTION": "The original SaaS Boilerplate for Django, trusted by thousands", # noqa: E501
314+
"DESCRIPTION": "The original SaaS Boilerplate for Django, trusted by thousands.", # noqa: E501
315315
"VERSION": "0.1.0",
316316
"SERVE_INCLUDE_SCHEMA": False,
317317
"SWAGGER_UI_SETTINGS": {
@@ -357,7 +357,7 @@
357357
PROJECT_METADATA = {
358358
"NAME": gettext_lazy("Django Boilerplate"),
359359
"URL": "http://localhost:8000",
360-
"DESCRIPTION": gettext_lazy("The original SaaS Boilerplate for Django, trusted by thousands"), # noqa: E501
360+
"DESCRIPTION": gettext_lazy("The original SaaS Boilerplate for Django, trusted by thousands."), # noqa: E501
361361
"IMAGE": "https://upload.wikimedia.org/wikipedia/commons/2/20/PEO-pegasus_black.svg",
362362
"KEYWORDS": "SaaS, django",
363363
"CONTACT_EMAIL": "hello@saaspegasus.com",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ py-modules = []
5858
[project]
5959
name = "project"
6060
version = "0.1.0"
61-
description = "The original SaaS Boilerplate for Django, trusted by thousands"
61+
description = "The original SaaS Boilerplate for Django, trusted by thousands."
6262
readme = "README.md"
6363
requires-python = ">=3.14"
6464
dependencies = [

0 commit comments

Comments
 (0)