X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/4b2479a67217baa238beb0b407a63ff1025b09f1..113c2e1bd6bb3f07fee917571a4f0f1b187c9807:/wtem/models.py diff --git a/wtem/models.py b/wtem/models.py index 361bff3..d355506 100644 --- a/wtem/models.py +++ b/wtem/models.py @@ -16,7 +16,7 @@ f = file(os.path.dirname(__file__) + '/fixtures/exercises.json') exercises = json.loads(f.read()) f.close() -DEBUG_KEY = '12345' +DEBUG_KEY = 'smerfetka159' class Submission(models.Model):