Replies: 1 comment
-
Thanks for the suggestion! I totally agree this should be somewhere on the roadmap. Right now I'm not doing anything in Python files, just templates, mainly because I haven't really settled on the best way to deal with them. There's a couple of different ideas I've had on how to do this, so that'll have to be sorted out first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One part of Django development the lang server could help with is allowing go-to-definition for string-typed paths like
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
in settings orpath("contact/", include("contact.urls"))
inurls.py
.I have no idea how difficult this would be, but I'd like to add it to the wishlist!
Beta Was this translation helpful? Give feedback.
All reactions