forked from cardosofelipe/pragma-stack
Replace "FastNext" references with "PragmaStack" in migration script and configuration settings
This commit is contained in:
@@ -5,7 +5,7 @@ from pydantic_settings import BaseSettings
|
|||||||
|
|
||||||
|
|
||||||
class Settings(BaseSettings):
|
class Settings(BaseSettings):
|
||||||
PROJECT_NAME: str = "App"
|
PROJECT_NAME: str = "PragmaStack"
|
||||||
VERSION: str = "1.0.0"
|
VERSION: str = "1.0.0"
|
||||||
API_V1_STR: str = "/api/v1"
|
API_V1_STR: str = "/api/v1"
|
||||||
|
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ def check_database_connection():
|
|||||||
def main():
|
def main():
|
||||||
"""Main function"""
|
"""Main function"""
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description='Database migration helper for FastNext template'
|
description='Database migration helper for PragmaStack template'
|
||||||
)
|
)
|
||||||
subparsers = parser.add_subparsers(dest='command', help='Command to run')
|
subparsers = parser.add_subparsers(dest='command', help='Command to run')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user