Re: Installing Database for creation of database driven Web-application using Django

2014-05-05 Thread Gelli Ravikumar
Hi Neeta, Here is the very basic youtube tutorial for django creation, installation and database: Django Basics - Part 1 of 4 - Installing and Setting up Django. I hope this will clears your problem, if not yet revert back your issues. On Monday,

Re: Installing Database for creation of database driven Web-application using Django

2014-05-05 Thread Jorge Andrés Vergara Ebratt
Look in the Django documentation, it has great examples for doing that. I suggest you also follow the polls app tutorial. On May 5, 2014 11:14 AM, "Neeta Jawale" wrote: > Hi, > I am new to Django framework. I have just started learning Django > framework and I am new to web development . > Can an

Installing Database for creation of database driven Web-application using Django

2014-05-05 Thread Neeta Jawale
Hi, I am new to Django framework. I have just started learning Django framework and I am new to web development . Can anyone guide me from scratch how to install database for that, so I can create database tables & execute queries on it? I have installed Django framework & its verision is 1.4.