mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-07 02:40:38 +00:00
tweak wording of development section
This commit is contained in:
parent
930094872a
commit
f71f9c90c2
1 changed files with 4 additions and 2 deletions
|
@ -153,14 +153,16 @@ After getting the basic plumbing of the server and agent in place, it's personal
|
|||
|
||||
All feature requests should ideally start out as a discussion topic, to gather feedback and consensus.
|
||||
|
||||
### Code Contributions
|
||||
### Development
|
||||
|
||||
The project consists of both Rust and Python components:
|
||||
|
||||
- Rust: LSP server, template parsing, and core functionality (`crates/`)
|
||||
- Python: Django project and environment introspection agent (`packages/`)
|
||||
|
||||
Contributions are welcome from developers of all backgrounds. Rust expertise is especially valuable for the LSP server and core components. Python and Django developers should not be deterred by the Rust codebase - Django expertise is just as valuable. The Rust components were built by [a simple country CRUD web developer](https://youtu.be/7ij_1SQqbVo?si=hwwPyBjmaOGnvPPI&t=53) learning Rust along the way.
|
||||
Code contributions are welcome from developers of all backgrounds. Rust expertise is especially valuable for the LSP server and core components.
|
||||
|
||||
Python and Django developers should not be deterred by the Rust codebase - Django expertise is just as valuable. The Rust components were built by [a simple country CRUD web developer](https://youtu.be/7ij_1SQqbVo?si=hwwPyBjmaOGnvPPI&t=53) learning Rust along the way.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue