Skip to content

Conversation

@Caldwell10
Copy link

  • Added PROJECT_NAME and PROJECT_SUMMARY to settings
  • Updated initiate_app() in app/main.py to load metadata from settings
  • Added root handler for sample landing page
  • Updated .gitignore

- Added PROJECT_NAME and PROJECT_SUMMARY to settings
- Updated initiate_app() in app/main.py to load metadata from settings
- Added root handler for sample landing page
- Updated .gitignore
@brianobot
Copy link
Owner

@Caldwell10 This doesn't solve the issue at hand, The name and description for the project is still generic and the user has to manually update the setting model to reflect their name, this is not a nice experience, especially since we collected the project name and description in the setting up set

@brianobot
Copy link
Owner

I am looking at a way of using a tool like grep and sed to replace the generic name and description with the one the user provided, so they can get into development immediately without spending any amount of time configuring informations they already provided

@Caldwell10
Copy link
Author

Caldwell10 commented Dec 1, 2025

Yeah fairs, i was thinking of creating a replace function in the generator repo that loads the user input as a stream and replaces the project title and summary contents in app/settings. This PR was just to remove the hard-coded values in the template's main.py just to make it easier to isolate what is to be replaced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants