chipy.org icon indicating copy to clipboard operation
chipy.org copied to clipboard

Chicago Python (ChiPy) user group main website codebase

Results 56 chipy.org issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 3.2.10 to 3.2.13. Commits 08e6073 [3.2.x] Bumped version for 3.2.13 release. 9e19acc [3.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2044dac [3.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

The django recaptcha project was dropped by [Praekelt Consulting](https://github.com/praekelt/django-recaptcha), but is now continued by torchbox, see https://pypi.org/project/django-recaptcha/. We moved to django-simple-captcha, but it's ability to reduce spam from bots has...

priority: high
difficulty: easy

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

- [x] The waitlist response should be yellow not green - [ ] Add waitlist count to site and registration message after registering. - [ ] Change field name from...

This is a light refactoring of the job board views and templates to make them behave in a more standard way and improve the overall appearance.

Hello! This PR is an in-progress implementation of [Issue #357](https://github.com/chicagopython/chipy.org/issues/357). I think my implementation may be a little hacky, and I'm definitely open to an alternative solution! (I wanted to...

status: in progress

Problem: Steps say that we should run make setup_env before spinning up docker for the first time. This did not work on windows. Requirements: Solution needs to work on windows,...

type: bug
priority: critical
difficulty: easy

I ran `make up` and got a message from Docker that `docker-compose` commands should be moved to `docker compose`: ``` $ make up docker-compose up -d Docker Compose is now...

status: more info needed
status: on hold

## Problem It would be cool to not have to post messages to both the issue and web guild, for example. Or to post new prs that I open. ##...

difficulty: medium

This pull request will add RQ and the django-rq packages to chipy.org. I also put the contact email on a background worker as a demo. I need to look into...