Skip to content

Add Django 1.11 Support #19

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

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Add Django 1.11 Support #19

wants to merge 4 commits into from

Conversation

rgg-lle
Copy link

@rgg-lle rgg-lle commented Aug 17, 2022

This pull request adds support for Django 1.11.

Main features:

  • the version of Django has been updated to include Django 1.11
  • a tox configuration that now runs tests against Django1.11.

To test:

  • set up this project locally, and run all tests with tox.
  • run the ruetech repo locally
  • install the django_1_11 branch of haystack in each of the containers that uses it (cobra-storefront, rue-storemanager, and rue-storefront) by changing each apps’s setup.py file to install savory-pie from GitHub: change 'django-haystack-rgg-fork==2.5.1’, to 'django-haystack @ git+https://yourusername:[email protected]/RueLaLa/django-haystack.git@django_1_11' (fill in your username and GitHub access token) in the following files:
    • src/rue-storemanager/setup.py
    • src/rue-synchronizer/setup.py
  • rebuild the Docker containers
  • make sure that the site still runs as before
  • run all of the tests, and make sure that they all pass, and don’t have any Django1.11 warnings for savory pie

@rgg-lle rgg-lle changed the title Django 1 11 Add Django 1.11 Support Aug 17, 2022
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.

2 participants