-
Notifications
You must be signed in to change notification settings - Fork 31
[WIP] Use django/django in build script #561
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
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
1389693
to
ffec7b5
Compare
4a09adf
to
7037db1
Compare
cc961a0
to
5e2196e
Compare
@c24t Although I am still working on this, shouldn't we add a |
3b2e283
to
b551bf9
Compare
b551bf9
to
6a60d55
Compare
There's a googleapis checker for this, AFAIK this is configured the same way for all repos in the org. You can see the check in action on this PR above. |
FYI you can open PRs as drafts if they're WIP and not ready for review: https://github.blog/2019-02-14-introducing-draft-pull-requests/. |
Closing as inactive. To fix #485 we need to patch django in tests (or host our own patched version of django), not just s/timgraham/django/. |
fixes: #485
WIP: A new adaption of #527