Sat, 2007-03-03 12:48
I solved my problem - the urls.py file is not able to generate a decent error on a url that is not written in parenthesis.
I did
r'^contacts/', 'myproject.contacts.views.main'.
instead of:
(r'^contacts/', 'myproject.contacts.views.main').
Code 18
works fine now.
This is going to be helpful.
Do you have any idea how you would retrieve fields from a database and map it into a CSS form?
Kind of for: (string1,string2,string_n); ask string.color
and it would retrieve the strings from a table.
f.
