On 2/20/06, Mary Adel <[EMAIL PROTECTED]> wrote: > > I have a question and i have deadline tomm :( and really i need help > I build a model called pages which has page name and page link and page > content and then i build the database and i make the admin interface to > fill all the data but the problem is that: > I need to add page dynamically without adding by hands in the url.py > file any lines and then add a function in the view.py file
For a start, have you taken a look at the flatpages module? Your need sounds fairly close to what flatpages does, as far as I can tell. http://www.djangoproject.com/documentation/flatpages/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

