some more code for the creation of new games through the user
This commit is contained in:
parent
81fea29c24
commit
7b36398521
6 changed files with 116 additions and 11 deletions
|
@ -49,3 +49,6 @@ How to extract the data from this POST with the cgi module:
|
|||
print string.split(form.keys()[0],".x")[0]
|
||||
|
||||
------------------------------------------
|
||||
known bugs:
|
||||
"DatabaseError: error 'ERROR: current transaction is aborted, commands ignored until end of transaction block"
|
||||
seems to be a problem with mod_python and a cached database connection. /etc/init.d/apache2 restart helps.
|
Loading…
Add table
Add a link
Reference in a new issue