-
-
Notifications
You must be signed in to change notification settings - Fork 940
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
Add better support for Django #1622
Add better support for Django #1622
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1622 +/- ##
======================================
Coverage 100% 100%
======================================
Files 50 50
Lines 2848 2848
Branches 138 138
======================================
Hits 2848 2848
Continue to review full report at Codecov.
|
Why don't you add django-txt as well, while you are at it? |
@JimiC I actually wanted to, and then reverted my changes fearing that would slow the merging process. |
2091163
to
1acf08b
Compare
You do not need to declare new |
Make
to
and you are done. Don't worry about |
Oh I see, cool thanks! |
1acf08b
to
62ca9e5
Compare
@JimiC Is it good like that? (Is the last check hung?) |
Code Climate has analyzed commit aa3b6cc and detected 0 issues on this pull request. View more on Code Climate. |
@robertohuertasm I hope I’m not pushy if I ask what’s blocking for a new release. 🙂 |
Don't worry! We were just discussing that. That's been my fault for this release (too much things going on outside of Github) but hopefully this will be solved with the new changes introduced by @JimiC allowing new releases from any team member. The new version will be released today or tomorrow! |
Changes proposed:
Add the file type
django
fordjango-html
.The file type is introduce by the/my extension vscode-django which avoid shadowing the
html
file type.