Rahul Mohata

Results 90 comments of Rahul Mohata

@mtreacy002 Shouldn't this be opened on the frontend repo?

@isabelcosta @codesankalp I would like to work on this.

@codesankalp do I just need to add the settings (like procfile, add django-heroku) and submit a PR ? Also, how are we going to deploy it to heroku as we...

@isabelcosta @codesankalp should I add deploy instructions in README.md ?

@isabelcosta the PR for migrating to docusaurus #99 is under review. I can add the file in `docs` folder only after it gets merged. For now should I add the...

@codesankalp @isabelcosta Can you please review this PR. Thanks 🙂

@codesankalp Can you please explain why both workflows are still failing?

>I tried it on the local system and it is returning 500 server errors for URL which is working. I think that is may be because you don't have `DJANGO_DEBUG`...

@codesankalp I came to know that gunicorn is for unix environment and is incompatible with windows. There is an open [issue](https://github.com/benoitc/gunicorn/issues/524) on the gunicorn's github repo for this.

@codesankalp is this the correct way `DEBUG = os.environ.get("DJANGO_DEBUG", "") != "False"` ? Also, this works if I remove DJANGO_DEBUG from .env file.