I ran across this django app and it seems to be what you want...
I don't have any experience with it except to try
the demo which seems to work as "advertised".
http://projects.nickblundell.org.uk/wikidbase
Thanks,
Richard Shebora
-
Generally speaking, dynamically altering the DB schema is difficult
and dangerous. SQL databases are not spreadsheets -- that is, you
shouldn't be frequently adding or removing columns to them. It makes
optimization difficult and it's very likely you'll accidentally lose
data in the process. AFAIK
Hello. I'm looking into making a Django app that allows you to create Django
models.
The idea is that you should be able to add fields and user workflows using a
web page that then creates a model, view, template and syncs the DB. Users
can then access these newly created apps separately.
An exam
3 matches
Mail list logo