Hello everyone,
I am currently trying to migrate away from PHP to my new favorite
programming language for web development, Python. I've developed
web RAD toolkit in PHP [1] but got tired of doing everything on my
own.
Django seemed like the best replacement. I immediately liked the DB
Models, the templates and the dispatcher. The automatically
generated admin frontend is also very impressive.
I find the Forms/Manipulators somewhat confusing but I think I'll
also get the hang of it.
I have two questions which I was unable to answer by reading the
docs and the source (I hope I did not oversee anything...)
* How can I create a new FormField? Where can I specify which
FormField to use for a DB field?
* I would like to reuse the table view (f.e. the user list) for
other Models. Is that possible outside of the Django
administration? (I'd also need custom column renderers; I was
unable to find a place where I could define how columns are
rendered)
Thanks in advance for helpful answers!
Matthias
[1]: http://spinlock.ch/projects/swisdk/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---