Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init: code of conduct #11

Merged
merged 3 commits into from
Oct 6, 2023
Merged

init: code of conduct #11

merged 3 commits into from
Oct 6, 2023

Conversation

samdoghor
Copy link
Owner

No description provided.

…ect.py

Adjustments were made to the path of the HTML template file, specifically in the 'main.html' template. The previous path was incorrect and could have resulted in a template file not found error when running the Flask application.

- Changed the path to the CSS file in 'main.html' from ../statics/css/css.css to ../static/css/css.css.
- Updated the path to the JavaScript file in 'main.html' from ../statics/js/javascript.js to ../static/js/javascript.js.

These modifications ensure that the 'main.html' template in the generated Flask project accurately references the correct paths for static assets, preventing issues with template rendering.

create_project.py script had more instructions added once repository has been created.
@samdoghor samdoghor merged commit aa1f3f6 into main Oct 6, 2023
@samdoghor samdoghor deleted the gitbase branch January 10, 2024 20:42
@samdoghor samdoghor restored the gitbase branch January 10, 2024 20:43
@samdoghor samdoghor deleted the gitbase branch January 23, 2024 14:55
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.

1 participant