Hello All.

I am on my first prject with Django, and I really love it. I have
never been so productive with so few lines of code (coming from php).

I am writing a simple cms system, and have the core up and running. I
have a general article model that contains all fields for the
articles. I am trying to find a more flexible way, where I can add
custom fields (for example add a new text field or a check box). How
ca I do this without modifyig the model? In a more upscaled version I
could have 10 different article types, where all of them are slightly
different.

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to