Skip to content
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

chore: upgrading python and django to latest #177

Merged
merged 4 commits into from
Jan 11, 2025

Conversation

y3pio
Copy link
Collaborator

@y3pio y3pio commented Jan 10, 2025

PR Summary

This PR upgrades the project to use the latest Python 3.13.1 and Django 5.1.4

Details

  • Update README run instruction to make it a bit clearer.
  • Code update to address old deprecated code from older versions of Python/Django.
  • Commented out old Heroku DB settings, left local DB settings template.
  • These changes help prep the repo to do further cleanup.

Testing/QA

  • Tested and was able to get local dev set up and running.
Screenshot 2025-01-10 at 4 38 02 PM

- name: Run Tests
run: |
python manage.py test ponder.tests
# Disabling tests for now as it requires a DB to connect to.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commenting out these tests for now as it requires a DB setup to connect to to run the tests against. Maybe look into local testing for now. Will create an issue for this.

@y3pio y3pio merged commit 67a80cd into main Jan 11, 2025
1 check passed
@khatchad khatchad deleted the ypaing/upgrade-python-django branch January 13, 2025 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant