Skip to content

Commit

Permalink
Renaming all files and configs replacing the project name (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcieltorres authored Jan 27, 2024
1 parent 4302850 commit 40658eb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Code of Conduct

To be a truly great community, `python-boilerplate-project` needs to welcome developers from all walks of life,
To be a truly great community, `fast-api-boilerplate-project` needs to welcome developers from all walks of life,
with different backgrounds, and with a wide range of experience. A diverse and friendly
community will have more great ideas, more unique perspectives, and produce more great
code. We will work diligently to make the `python-boilerplate-project` community welcoming to everyone.
code. We will work diligently to make the `fast-api-boilerplate-project` community welcoming to everyone.

To give clarity of what is expected of our members, `python-boilerplate-project` has adopted the code of conduct
To give clarity of what is expected of our members, `fast-api-boilerplate-project` has adopted the code of conduct
defined by [contributor-covenant.org](https://www.contributor-covenant.org). This document is used across many open source
communities, and we think it articulates our values well. The full text is copied below:

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_NAME="python-boilerplate-project"
IMAGE_NAME="python-boilerplate-project"
APP_NAME="fast-api-boilerplate-project"
IMAGE_NAME="fast-api-boilerplate-project"
VERSION="latest"

################################
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# python-boilerplate-project
# fast-api-boilerplate-project

A python boilerplate project using poetry
it's a simple and useful boilerplate for python projects using fast api framework

## Technology and Resources

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3.4"
services:
python-boilerplate-project:
fast-api-boilerplate-project:
tty: true
image: "python-boilerplate-project"
image: "fast-api-boilerplate-project"
stdin_open: true
build:
context: .
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "python-boilerplate-project"
name = "fast-api-boilerplate-project"
version = "0.1.0"
description = "A python boilerplate project using poetry"
description = "it's a simple and useful boilerplate for python projects using fast api framework"
authors = ["Authors Name <authorsmail@>"]
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion settings.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[default]
app_name=python-boilerplate-project
app_name=fast-api-boilerplate-project

[dev]

Expand Down

0 comments on commit 40658eb

Please sign in to comment.