Hi, On Feb 18, 3:28 pm, sebey <[EMAIL PROTECTED]> wrote: > ok so this kind of general instead of django focused but I am building > the site around the framework so I would love some help about how to > built the site. > > ok so my site is a podcasting network.so I want to use rss to display > my content, in other words I want to show my latest show from my > podcast rss feed to show the shownotes on the screen ,and with > comenits but there is one problem I do not know a thing about > databases
I would say that's one BIG problem! Is this your own hobby web site or a commercial one. If it's the latter and time is of the essence, you're much better off hiring a proper web developer to get the job done. If it's the latter, you should start at the beginning: educate yourself on databases, and web architecture in general, and Django in particular by trying out smaller projects first to get your feet wet. > I have something on mysql but I am already learning so much > with so little time with ajax javascipt jquery actionscipt xml python > django etc. so what I am trying to say is there anyway of doing a > comenit system without a database? Perhaps. But it would be more complicated to do it that way. Django comes with a FreeComment/Comment[1] application. You can add James' excellent comment-utils[2] for extra moderation features. But this all requires you to invest some time into learning how Django works. > also I want to do a newsletter can > I make a template with ads,use my rss feeds to display the latest > shows and any news updates I can enter manually Yes, you can do all this. But, with Django, you'd have to learn a bunch of things as I mentioned above. There are no out-of-the-box solutions that will help you if your needs are very specific and require custom features. You can, of course, take a look at many fine Django "plugin-like" applications[3] and pick one that's close enough to what you're looking for and then build from there. -Rajesh Dhawan [1] - http://code.djangoproject.com/wiki/UsingFreeComment [2] - http://code.google.com/p/django-comment-utils/ [3] - http://code.djangoproject.com/wiki/DjangoResources#Djangoapplicationcomponents --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---