mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 01:58:18 +00:00
add simple test project (#132)
This commit is contained in:
parent
f778bef5db
commit
dab4e71a51
16 changed files with 263 additions and 0 deletions
3
tests/project/djls_app/views.py
Normal file
3
tests/project/djls_app/views.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
Loading…
Add table
Add a link
Reference in a new issue