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

Reorganize Flask app files into flask_app folder #49

Merged
merged 1 commit into from
May 30, 2024

Conversation

Doriandarko
Copy link
Owner

@Doriandarko Doriandarko commented May 30, 2024

Related to #48

Rearranges the Flask app files into a dedicated flask_app folder and updates the README.md with new instructions for running the Flask app.

  • File Structure Changes: Moves app.py, requirements.txt, static/css/style.css, templates/base.html, and templates/index.html into a newly created flask_app folder. This reorganization aligns with the goal of having all Flask app-related files in a single directory for better project structure and management.
  • README.md Update: Modifies the instructions for running the Flask app to reflect the new file locations within the flask_app folder. This ensures users are correctly guided on how to start the Flask server after the reorganization.

For more details, open the Copilot Workspace session.

@Doriandarko Doriandarko merged commit 5734b09 into main May 30, 2024
@Saliiiiiikian
Copy link

how to fix it? thanks :)
AttributeError: partially initialized module 'typing' has no attribute 'TYPE_CHECKING' (most likely due to a circular import)

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