Nabarun Pal

Results 320 comments of Nabarun Pal

@onlinejudge95 -- There has been some work already in that direction by @sks444 on https://github.com/pythonindia/junction/pull/664. I suggest you two to collaborate on this if possible.

@sameer1001 -- Thanks for filing this. Last time I checked, none of the popular WSGI frameworks, viz, uWSGI or Gunicorn, support Windows due to the way they work. Ideally, uWSGI...

Can't the setting variables be taken from the environment in the current state/in the proposed workflow?

Note: Also, document all the variables that can be set.

So, this requires you to create a management command for Django, which would take in the conference slug as an argument, call the above-mentioned function and return you the reviewer...

@aniruddha2000 -- #650 was raised to solve this. Maybe you should have a look there?

**To anyone reading this after the https://github.com/pythonindia/junction/issues/553#issuecomment-602000342** > So, this requires you to create a management command for Django, which would take in the conference slug as an argument, call...

We should have a `metadata` field for proposals. That would make it extensible in the future for rarely used attributes.

@ananyo2012 We should at least cover all important functionalities. The coverage percentage metric is misleading. Lower coverage certainly means more tests are required to be written, but higher coverage does...

**Note: Putting a hold on the merge until the upgrade compatibility is tested**