Re: how to start with django

2010-03-08 Thread David Talbot
I would recommend the tutorial at 
http://docs.djangoproject.com/en/1.1/intro/tutorial01/
if you are just beginning - it gives a very good overview of the main
features and programming ideas.

On Mar 8, 7:47 am, Subhransu Sekhar Mishra 
wrote:
> hi,i am subhransu and new to django . i want to know how to start
> django ?i have not done any project before.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



Re: Problem while creating database tables through the models.

2010-02-12 Thread David Talbot
Have you created a Postgres database?

On Feb 12, 4:38 am, Newbie  wrote:
> Dear all,
>
>           Downloaded and followed the steps which is given in the
> documentation of Django
>           Created the project called mysite
>           Created the model called polls
>           Ratified the settings.py of the project to create a model as
> a table in the database using INSTALLED_ APPS variable as mysite.polls
>           When the 'python manage.py syncdb' command was being running
> the following error has been get.
>
> psycopg2.ProgrammingError: no schema has been selected to create in
>
> Did I make any mistake?
>
> NOTE : Django version is 1.1.1 and PostgreSQL version is 7.4.16

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.