vue-django
vue-django copied to clipboard
@Django integrated with a full-featured @Webpack + (@vuejs / vue-loader) setup with hot reload, linting, testing & css extraction.
Bumps [django](https://github.com/django/django) from 3.0.5 to 3.1.13. Commits 43873b9 [3.1.x] Bumped version for 3.1.13 release. 0bd57a8 [3.1.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by(). 8dc1cc0 [3.1.x] Added stub release notes...
Bumps [coveralls](https://github.com/TheKevJames/coveralls-python) from 2.0.0 to 3.2.0. Release notes Sourced from coveralls's releases. 3.2.0 (2021-07-20) Features api: support officially documented generic CI env vars (#300) (https://github.com/TheKevJames/coveralls-python/blob/HEAD/ca1c6a47) -- thanks @abravalheri! 3.1.0 3.1.0...
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.0.1 to 5.3.0. Changelog Sourced from whitenoise's changelog. v5.3.0 Gracefully handle unparsable If-Modified-Since headers (thanks @danielegozzi). Test against Django 3.2 (thanks @jhnbkr). Add mimetype for Markdown (.md)...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [django](https://github.com/django/django) from 3.0.5 to 3.1.6. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Data leakage via cache key collision in Django An issue...
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 20.1.0. Commits 61ccfd6 bump to 20.1.0 d1f0f11 fix inline code syntax in news f87882e add an empty line in news.rst 7a79808 update changeslog 6fd97b9 Document...
Bumps [django-nose](https://github.com/jazzband/django-nose) from 1.4.6 to 1.4.7. Release notes Sourced from django-nose's releases. v1.4.7 Document Django 2.2 support, no changes needed Move project to Jazzband.co Fix fixture loading on MySQL (issue...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
I created a sample vue component and added it to the index.js routing configs. How can I access this route when running sh deploy.sh Something else I was wondering is...