Hi Sach, I'd start by doing the following:
- Install django on your laptop/desktop for testing You'll need python installed and if the following command doesn't work follow the steps in this document https://www.djangoproject.com/download/ easy_install django - Spend an hour going through the django tutorials at https://docs.djangoproject.com/en/1.3/ - Look at the contents of the zip file to get an idea of what files are there - Find out what database was being used. If it's sqlite you might have the db file already. Otherwise you might need to setup mysql or postgres. Hope this helps. Steve On 26 May 2011 14:26, Sach <sach...@gmail.com> wrote: > Hello, > > I am completely new to this Django world. I haven't tried it ever > before. > > Now the problem is as below; > > One of my clients was hosting his site somewhere else that I don't > know and they built the site using Django. The host company doesn't > allow to make any changes on their server, instead they provided the > zip file for all the files in the site to me; so that now I can host > my client's site. > > As I don't know anything about Django, can someone please shed a light > where I should start from? > > Thanks in advance. > > Cheers. > Sach > > -- > 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 > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.