On May 9, 2009, at 2:37 AM, lisa holper wrote: > Hi, > > Yes, I did and this shows up written on the page. > I can see the website on http://127.0.0.1:8000/ but not on my > website-url. Do I need to change the settings?
These are two very different questions... Are the other template elements (variables and tags) getting rendered correctly, or is everything showing up as plain text? And yes, you certainly do have to change the settings to deploy your site at a different URL! Look through this: http://docs.djangoproject.com/en/dev/howto/deployment/#howto-deployment-index But you should probably back up and start with the tutorial: http://docs.djangoproject.com/en/dev/intro/tutorial01/#intro-tutorial01 Eric > > Thanks, Lisa > > On Fri, May 8, 2009 at 5:57 AM, Eric Abrahamsen <[email protected]> > wrote: > > > On May 8, 2009, at 4:35 PM, lisa holper wrote: > >> Hi, >> >> I created a website with django. >> My problem: When I insert all .html pages in my directory, I can >> see the website but without using the 'base' template. > > Do you have {% extends 'base.html' %} at the top of all your > templates? You have to extend from base explicitly. > > Eric > > > >> >> I would be glad for your help. >> >> Lisa >> >> > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

