From 347dd54b6dc63f8f3fd5b0032a09ed459d11f527 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 8 Oct 2015 16:10:19 +0200 Subject: Get problems from files in build_web_resources The script now gets the list of languages, groups and problems from the filesystem and inserts missing IDs in the database. --- readme.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 4246391..8a00863 100644 --- a/readme.md +++ b/readme.md @@ -101,16 +101,8 @@ Running - run the session daemon: python3 daemon.py - run the web server for client communication: node web/main.js -Misc. -===== - -Add a new problem to the database by running - - python -m scripts.add_problem - -in the toplevel directory. This will ask for language and problem group (groups -can be shared between languages, e.g. Introduction can be used for both Prolog -and Python). The script will print the ID and path for the new problem. +Testing +======= You can test stuff in a python interpreter: -- cgit v1.2.1