Hi,
I am new to django and mvc. I have php and asp experience. I followed
the tutorial and would like to create a site that will act as as a
sort of city guide. to Simplify things I will assume the site will
have 5 types of information:

1-Hotels
2- Monuments
3-Venues
4-Peformers
5-Concerts (have to be attached to a venue and a performer)

I would like the urls to be http://mysite/hotels/name-of-hotel-one,
http://mysite/monuments/name-of-monument etc and for the events
http://mysite/YYY-MM-DD/name-of-event etc.

I have a couple questions for now:

1- the first three items have the same data structure, text, address,
description, picture. Should they be in one model or should I create a
separate model for each type of records.
2- .Will the primary key for each model be the text name in order to
pass the key from the url to the view?

Thanks
Ahmed
--~--~---------~--~----~------------~-------~--~----~
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