-
Notifications
You must be signed in to change notification settings - Fork 9
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
Creating a fork of symposion and replacing all old instance of render_to_response to render #21
Comments
@gbozee I've created a fork here https://github.com/pyung/symposion that we can use. |
Great @danidee10 hope u know that the central branch now is cfp and not develop when merging PRS? |
@gbozee Yes, I know. |
Please also update the requirements link to point to this fork instead of the default. and submit a pr on this. |
@gbozeeI've done that. is there any need to create a |
no need. Let all the work be done directly on master |
Since we are currently pulling from the base symposion repo, we are stuck with their implementation which includes some old implementation for
render_to_response
. We would need to create a fork and fix all this issue and any issue that might arise.The text was updated successfully, but these errors were encountered: