forked from cookiecutter/cookiecutter-django
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Upstream patch #15
Open
kskhannaio
wants to merge
1,110
commits into
Parbhat:master
Choose a base branch
from
kskhannaio:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Upstream patch #15
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…extensions-3.0.7-to-3.0.8 Update django-extensions to 3.0.8
…utoupdate Auto-update pre-commit hooks
…2-binary-2.8.5-to-2.8.6
It was required in 2.7, but it's now the default in 2.8
Clean up nested venv files from `.gitignore`
Updates the requirements on [actions/setup-python](https://github.com/actions/setup-python) to permit the latest version. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/commits/24156c231c5e9d581bde27d0cdbb72715060ea51) Signed-off-by: dependabot[bot] <[email protected]>
…ctions/actions/setup-python-v2.1.2 Update actions/setup-python requirement to v2.1.2
…sdk-0.17.3-to-0.17.4 Update sentry-sdk to 0.17.4
….5.1-to-5.5.2 Update isort to 5.5.2
Migrate CI to Github Actions
README.rst: Remove community features from upstream readme cookiecutter.json: Add email handlers Dockerfiles: Update container dependencies Settings: Add compressor settings Retain GCP settings Requirements: Version bumps
Django version fixed to 2.2 LTS as django-libsass has not yet been updated to work with Django 3.x
Upstream patch
Some checks (tox, docker basic and extended) are failing https://github.com/kskhannaio/cookiecutter-django-foundation/runs/1389718490. Good start. |
Let me run this locally on docker build and fix those and see why tox is failing. |
refactor:pep8 fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Update to suptream master changes. Fix django version to lts as django-libsass has not been updated for 3.x just yet.