Sankalp
Sankalp
Passing test build: https://github.com/codesankalp/open-source-programs-backend/actions/runs/621291801
@isabelcosta Can you review this PR?
@isabelcosta I have added tests for this. Also, I changed the test workflow so that it does not depend on secrets. Can you review it again?
@WizardLemon You can go ahead :+1:
@Rahulm2310 Will this be able to deploy from the Heroku pipeline through github? QA checks are also failing.
@Rahulm2310 Follow the README guidelines for QA-Checks as both workflows are failing.
@Rahulm2310 Try to follow the commands mentioned in README - https://github.com/anitab-org/open-source-programs-backend#qa-checks You can also check the suggestion of the workflow. When QA-Checks will pass I will review this PR.
For testing, you can use `gunicorn main.wsgi`.
@Rahulm2310 I have DJANGO_DEBUG in my `.env` file. DJANGO_DEBUG=False will be used in production which only means any error will not be shown on the deployed backend. And I am...
Then @Rahulm2310 there is only one option try deploying on Heroku for testing your code.