Re: Need help first user of django..

2009-04-16 Thread Aaron
I got a new question. I notice in the admin panel I can see flatpages. In each page in the admin it offers content. Do I put html code in their? Or is it just a fast way to change text? I was given a zip folder that is named flatpages. Inside is each html page of what the website has or supp

Re: Need help first user of django..

2009-04-16 Thread Aaron
I took a look at that site. It's informative. I just don't see anything about flagpages. I saw how to map a url to a view meaning server-sided code. currently I need 3 things to show up. 2 forms and content from flagpages to display. I also need to use if statements to display those 2 forms on

Re: Need help first user of django..

2009-04-16 Thread Aaron
well, I am currently employed in a company. I need to finish adding my web design for their site. when I took the job I assumed he used apache or some hosting service provider. I later on after designing the stuff and getting hired it. I asked him what he uses for a server he said google. I neve

Re: Need help first user of django..

2009-04-16 Thread commander_coder
Those are both good, and the book _Practical Django Projects_ by Bennett is another good choice. Jim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-u

Re: Need help first user of django..

2009-04-16 Thread johan.uhIe
You already know the Django Documentation. Another good ressource is the Django Book. Have a look at this: http://djangobook.com/ Maybe you should work through the entire book to get a good understanding how forms and flatpages work. --~--~-~--~~~---~--~~ You receiv

Need help first user of django..

2009-04-15 Thread Aaron
Hi, I am trying to learn how to use if statements. I need a form to appear on 2 pages. Also how does flatpages work? I was given by my workplace a zip file that contains the flatpages html pages. I used the admin to add flatpages and I added a template. I then have 4 pages. Currently these p