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

Dev #1

Merged
merged 6 commits into from
Jul 22, 2024
Merged

Dev #1

merged 6 commits into from
Jul 22, 2024

Conversation

RedAtman
Copy link
Owner

No description provided.

Adds a pre-commit hook workflow to automatically run code style checks and other pre-commit tasks before every push. This helps ensure code quality and consistency.
Adds a basic Tornado asynchronous server showcasing the use of a thread pool executor for handling blocking operations. The server includes a simple endpoint demonstrating the integration of a Django model for fetching data.

This commit lays the groundwork for a more comprehensive implementation involving a functional async API server with database interactions.
Adds a rule to the `.gitignore` file to ignore macOS `.DS_Store` files, preventing them from being committed to the repository. This ensures that unnecessary system files are not tracked and avoids potential clutter in the version control history.
Adds the capability to run Django applications with the Tornado framework. This allows for a single-threaded non-blocking architecture, leveraging the benefits of both Django's model and Tornado's efficiency.
Introduce pre-commit hooks for code style enforcement, linting, and other checks. This improves code quality and consistency across the project. Includes hooks for black, isort, and other popular tools.
Cleaned up the HTML structure to ensure consistent indentation and spacing, improving readability and maintainability.
@RedAtman RedAtman merged commit a678901 into main Jul 22, 2024
1 check passed
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