feat: initialised project, added ui and basic logic#1
Merged
Conversation
Member
Author
Yeah ... but still not working properly
|
Member
Create issues to that and a checklist on this PR |
Member
Author
Issue opened >> #2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces initial project configuration and setup files for the DjangoBox project, including Django settings, ASGI configuration, GitHub issue and pull request templates, and IDE configuration files. The changes lay the foundation for development, collaboration, and contribution workflows.
Project setup and configuration:
DjangoBox/settings.py, including installed apps, middleware, database configuration, and other essential settings for running the DjangoBox project.DjangoBox/asgi.pyto support asynchronous server interfaces for DjangoBox.Collaboration and contribution workflows:
.github/ISSUE_TEMPLATE/, as well as a pull request template in.github/pull_request_template.mdto standardize contributions and reporting. [1] [2] [3] [4].github/ISSUE_TEMPLATE/config.ymlwith a community contact link for pre-issue discussions..github/workflows/add_star.ymlto check if pull request authors have starred the repository before merging.IDE and project environment configuration:
.idea/directory. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]