PyJaipur / PyJudge

Simple Programming Contest hosting software
MIT License
17 stars 29 forks source link

shelve added. #105

Closed rishabhKalakoti closed 5 years ago

rishabhKalakoti commented 5 years ago

Added shelve for storing existing data. (database) fixes #102

rishabhKalakoti commented 5 years ago

the name submission_record in itself is a variable. I did not get you correctly. @theSage21

theSage21 commented 5 years ago

When you are doing the open call. That time you are passing a string. That string can be a variable

On Tue 9 Apr, 2019, 09:05 Rishabh Kalakoti, notifications@github.com wrote:

the name submission_record in itself is a variable. I did not get you correctly. @theSage21 https://github.com/theSage21

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PyJaipur/PyJudge/pull/105#issuecomment-481088737, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVj0RgyJFbxbZF102_fff7p5ciLu8Yhks5vfAp9gaJpZM4chv7U .

rishabhKalakoti commented 5 years ago

@theSage21 in need of a review :)

rishabhKalakoti commented 5 years ago

I guess I got it right. I ran git rm --cached submission_record.db first and then added the file to .gitignore