Cory Zue

Results 14 issues of Cory Zue

E.g. change "Cory and Ro" to settings.COUPLE, make it easier to swap out images, remove links to our personal google form, etc.

enhancement

In the README file it indicates that Python 3.7 is supported, but I noticed that the classifiers on PyPi no longer include it for version 2.6 and above. Is this...

documentation

* Cookiecutter version: 1.7.3 * Template project url: n/a * Python version: 3.8 * Operating System: Ubuntu ### Description: I have a rather complex project built on top of cookiecutter,...

question

For "current location" the data comes back as: ```json { "name": "Current Location" } ``` Which yields the result: ``` could not create 'location' attachment: __init__() missing 2 required positional...

@pcherna I think this fixes the docker error you pointed out.

It's not able to find the package. As indeed, it doesn't seem to be on PyPi? https://pypi.python.org/pypi/django-celery-progress is returning a 404

https://forum.djangoproject.com/t/updating-the-default-startapp-template/24193/5 I wasn't sure if there was test coverage for this or not, so initially just submitting without.

This enum value is added in the [latest Stripe API](https://docs.stripe.com/upgrades#2024-04-10). I'm not sure how migrations for these automatically-generated fields are managed, and I think the project squashes all migrations into...

this is the same as https://github.com/dj-stripe/dj-stripe/pull/2040 but to the 2.8 branch. not sure which was the right one to use.