please give me an exmaple , all my urls for the various apps are all in the main project urls file
On Tuesday, July 22, 2014 12:37:37 PM UTC+1, Akshay Mukadam wrote: > > > > On Tuesday, July 22, 2014 1:20:14 PM UTC+5:30, ngangsia akumbo wrote: >> >> Hi Django Users >> >> I have a question. >> >> I have created all my apps for my websites which are events , blog, and >> gallery. >> They all extends to the base.html file . >> >> From my development server i can access this individual app by just typing >> localhost:8000/blogs and the blog template will appear. >> >> My question is this. How do i do for all the apps to appear at once on >> the >> base.html page? >> >> In short i want to be able to open the main website so that all the app >> will be on it. >> >> what do i need to do? >> >> Thanks >> > > In the url file of ur main project link all the url of the respective app > u have created and jsut attach it in ur central template that set > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7a1b0b8e-c9e8-4f09-9208-fc3a959b25d2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

