Re: how to run a given project

2010-03-17 Thread hk
it was exactly that thanks :D!

On Mar 17, 2:39 am, Jeremy Sandell  wrote:
> On Mar 16, 4:58 am, hk  wrote:
>
> > hi
>
> > Ive just started experiencing DJango i am an undergrad student i was
> > given a Django project on which to extend functionality but after
> > installing all the necessary apps for it but  i cant seem to run it
> > i get "Database wit does not exist " (wit is the database for this
> > proj but i dont if i should make it in postrgres or ??,i tries making
> > it and then i got other errors)
> > im working in Linux
>
> > im sure there is a simple way and that im just overcomplicating things
> > What can i do to run this project?
>
> > kind regards
> > hk
>
> Hi,
>
>     Is PostGIS already set up on that server? If so, verify that the
> table was created from the template_postgis template.
>
>    Just a wild guess. Hope it helps.  :D
>
> Jeremy

-- 
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: how to run a given project

2010-03-16 Thread Jeremy Sandell
On Mar 16, 4:58 am, hk  wrote:
> hi
>
> Ive just started experiencing DJango i am an undergrad student i was
> given a Django project on which to extend functionality but after
> installing all the necessary apps for it but  i cant seem to run it
> i get "Database wit does not exist " (wit is the database for this
> proj but i dont if i should make it in postrgres or ??,i tries making
> it and then i got other errors)
> im working in Linux
>
> im sure there is a simple way and that im just overcomplicating things
> What can i do to run this project?
>
> kind regards
> hk

Hi,

Is PostGIS already set up on that server? If so, verify that the
table was created from the template_postgis template.

   Just a wild guess. Hope it helps.  :D

Jeremy

-- 
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: how to run a given project

2010-03-16 Thread Herah Khan
i try to sync it and then i get

...File "/var/lib/python-support/python2.6/django/db/backends/util.py",
line 19, in execute
return self.cursor.execute(sql, params)
psycopg2.InternalError: current transaction is aborted, commands ignored
until end of transaction block

any idea what that means?

im so lost :o i cant sqLite3  have to use postgres with postgis cos thats
what the ppl who made the project used

On Tue, Mar 16, 2010 at 1:47 PM, Jirka Vejrazka wrote:

> > i get "Database wit does not exist " (wit is the database for this
> > proj but i dont if i should make it in postrgres or ??,i tries making
> > it and then i got other errors)
> > im working in Linux
>
> Hi,
>
>  it seems that your database setup is incorrect or the database just
> does not exist. If it is the latter, I'd suggest that you review
> Django tutorial [1] and define database settings, then synchronizing
> your models.
>
>  For start, you might want to use SQLite3 as it's by far the easiest
> one to set up.
>
>  Cheers
>
>Jirka
>
> [1] http://docs.djangoproject.com/en/1.1/intro/tutorial01/#database-setup
>
> --
> 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.
>
>

-- 
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: how to run a given project

2010-03-16 Thread Jirka Vejrazka
> i get "Database wit does not exist " (wit is the database for this
> proj but i dont if i should make it in postrgres or ??,i tries making
> it and then i got other errors)
> im working in Linux

Hi,

  it seems that your database setup is incorrect or the database just
does not exist. If it is the latter, I'd suggest that you review
Django tutorial [1] and define database settings, then synchronizing
your models.

  For start, you might want to use SQLite3 as it's by far the easiest
one to set up.

  Cheers

Jirka

[1] http://docs.djangoproject.com/en/1.1/intro/tutorial01/#database-setup

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



how to run a given project

2010-03-16 Thread hk
hi

Ive just started experiencing DJango i am an undergrad student i was
given a Django project on which to extend functionality but after
installing all the necessary apps for it but  i cant seem to run it
i get "Database wit does not exist " (wit is the database for this
proj but i dont if i should make it in postrgres or ??,i tries making
it and then i got other errors)
im working in Linux

im sure there is a simple way and that im just overcomplicating things
What can i do to run this project?

kind regards
hk

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