Salvage wrote:
> I have never coded in python and even my knowledge of php is
> limited(though I can install any script with php). But I see from the
> news sites that are built with django, that it has all that i need for
> newspaper/media sites. I want to know if I django can be installed in a
> hostspace with just an ip like http://22.234.67/~newssite . So that i
> can make all the mistakes, try to learn how to use before moving to
> qualified domain names.

You can use just an ip address, but you need to ensure that your host
provider supports mod_python (assuming you are going to use mod_python
and apache).

> I also wish to know if I can use template
> designs from dreamweaver or predesigned from templatemonster to
> integrate into django.

Yes, you can use any HTML based template.  The Django templating
language, that you will need to insert dynamic content, is easy to
learn.

> Please, the tool am using now for news site is limited compared to what
> I see with the news sites built with django.

Without some programming ability, you won't be able to create news
sites like the ones you've seen.

> Also how easy is it to use
> after installation?

Not sure what you mean.  Django is not an out-of-the-box CMS - it is a
tool for building that kind of web site.  You do get the 'admin'
interface out of the box, though, and this is very easy to use.

Luke


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to