Moreno Cunha

Results 12 comments of Moreno Cunha

Try to specify **verbose_name** attribute: ``` python class Profile(models.Model): image = ProcessedImageField(verbose_name='Profile Image', upload_to=get_profile_upload_to, blank=True, null=True, processors=[ResizeToFill(200, 200)], format='JPEG', options={'quality': 60}) ```

Moving on I'm trying to build an xserver grader test using https://github.com/antoviaque/xserver-grader. After install and test it I changed [master/graders/grade.py](https://github.com/antoviaque/xserver-grader/blob/master/graders/grade.py) to ``` python import logging import codejail.jail_code import codejail.safe_exec log...

Thanks @feanil. Can you tell me what is wrong with my configure files (https://github.com/edx/codejail/issues/17#issuecomment-59561395) that I'm keep getting the "sudo: no tty present and no askpass program specified" error using...

Right @e0d. Can you see where this bug is based on my config files https://github.com/edx/codejail/issues/17#issuecomment-59561395?

``` vagrant@precise64:/edx/app/xserver$ source venvs/xserver/bin/activate (xserver)vagrant@precise64:/edx/app/xserver$ (xserver)vagrant@precise64:/edx/app/xserver$ python Python 2.7.3 (default, Feb 27 2014, 19:58:35) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from xserver...

/etc/sudoers.d/ ``` (xserver)vagrant@precise64:/edx/app/xserver$ ls -la /etc/sudoers.d/ total 36 drwxr-xr-x 2 root root 4096 Oct 20 17:28 . drwxr-xr-x 103 root root 4096 Oct 21 02:04 .. -r--r----- 1 root root...

Hi @nedbat. Right, I saw this today too and fixed it. Today I also granted root permission for 'xserver', 'edxapp' and 'sandbox' users in order to check why it keeps...

I've running into a similar issue here https://github.com/edx/codejail/issues/29#issuecomment-59560671 venvs structure: ``` vagrant@precise64:/edx/app$ ls -la xserver/venvs/ total 16 drwxr-xr-x 4 xserver xserver 4096 Oct 9 20:43 . drwxr-xr-x 4 xserver xserver...

Yes @nedbat. Can you please take a look at https://github.com/edx/codejail/issues/29. Thanks.

I'm getting this CORS header error trying to recover BTG (Bitcoin gold). But It worked for BTC and BCH. ``` bitpay.github.io/:1 Failed to load https://btgexplorer.com/api/addr/GTwHwwe7M2xqUXsExJFQqqzkeGsW4EWvko?noTxList=1: No 'Access-Control-Allow-Origin' header is present...