Skip to content

Moving READTHEDOCS application settings to RTD prefix for docker only #6013

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

Closed
wants to merge 1 commit into from
Closed

Conversation

Iamshankhadeep
Copy link
Contributor

Fixes #5586

@saadmk11
Copy link
Member

You may want to change the names in all other places they are used in the repository otherwise you will get errors like AttributeError: 'Settings' object has no attribute 'DOCKER_IMAGE'

@Iamshankhadeep
Copy link
Contributor Author

@saadmk11 I changed all the variable name that required and after running python manage.py loaddata test_data I am getting a output like this Installed 23 object(s) from 1 fixture(s) no errors shown. But why travis ci build is failing?

@saadmk11
Copy link
Member

@Iamshankhadeep you can check the error logs from travis or you can run tests locally to see whats breaking. After seeing the error log I can see that some files are still trying to access old variable name like config/tests/test_config.py.

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.

Move our application settings to a READTHEDOCS prefix on our settings
2 participants