Skip to content

Commit 87245d7

Browse files
Merge pull request #122 from Promptly-Technologies-LLC/120-maybe-switch-license-to-mit
Correctly reflect MIT license in homepage footer
2 parents 68cde75 + 9bd6e24 commit 87245d7

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FastAPI, Jinja2, PostgreSQL Webapp Template
22

33

4-
![Screenshot of homepage](docs/static/Screenshot.png)
4+
![Screenshot of homepage](docs/static/screenshot.jpg)
55

66
## Quickstart
77

@@ -151,7 +151,7 @@ account, verify a domain, get an API key, and paste the API key into the
151151

152152
### Start development database
153153

154-
To start the development database, run the following command in your
154+
To start the development database and create default permissions/roles, run the following command in your
155155
terminal from the root directory:
156156

157157
``` bash

docs/static/Screenshot.png

-114 KB
Binary file not shown.

docs/static/screenshot.jpg

102 KB
Loading

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "FastAPI, Jinja2, PostgreSQL Webapp Template"
33
---
44

5-
![Screenshot of homepage](docs/static/Screenshot.png)
5+
![Screenshot of homepage](docs/static/screenshot.jpg)
66

77
## Quickstart
88

static/Screenshot.png

-114 KB
Binary file not shown.

templates/base/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row">
44
<!-- Copyright Information -->
55
<div class="col-md-4 text-md-start mb-3 mb-md-0 d-flex flex-column justify-content-end">
6-
<p class="mb-0">Created by Promptly Technologies, LLC and released under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html#license-text">GPLv3 License</a>.</p>
6+
<p class="mb-0">Created by Promptly Technologies, LLC and released under the <a href="https://opensource.org/license/mit">MIT License</a>.</p>
77
</div>
88

99
<!-- Quick Links -->

0 commit comments

Comments
 (0)