hello, it doen't work on my postgres  when I try run syncdb.

Python traceback :

 File "./bin/django", line 28, in <module>
    djangorecipe.manage.main('lfc_project.settings')
  File "/opt/eggs/djangorecipe-0.20-py2.6.egg/djangorecipe/manage.py", line
16, in main
    management.execute_manager(mod)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/core/management/__init__.py",
line 362, in execute_manager
    utility.execute()
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/core/management/__init__.py",
line 303, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/core/management/base.py",
line 195, in run_from_argv
    self.execute(*args, **options.__dict__)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/core/management/base.py",
line 222, in execute
    output = self.handle(*args, **options)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/core/management/base.py",
line 351, in handle
    return self.handle_noargs(**options)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/core/management/commands/syncdb.py",
line 99, in handle_noargs
    emit_post_sync_signal(created_models, verbosity, interactive)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/core/management/sql.py",
line 205, in emit_post_sync_signal
    interactive=interactive)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/dispatch/dispatcher.py",
line 166, in send
    response = receiver(signal=self, sender=sender, **named)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/lfc/lfc/models.py",
line 614, in register
    register_template(name = _(u"Plain"), file_name="plain.html")
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/lfc/lfc/utils/registration.py",
line 93, in register_template
    subpages_columns=subpages_columns, images_columns=images_columns)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/db/models/manager.py",
line 126, in create
    return self.get_query_set().create(**kwargs)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/db/models/query.py",
line 315, in create
    obj.save(force_insert=True)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/db/models/base.py",
line 410, in save
    self.save_base(force_insert=force_insert, force_update=force_update)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/db/models/base.py",
line 495, in save_base
    result = manager._insert(values, return_id=update_pk)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/db/models/manager.py",
line 177, in _insert
    return insert_query(self.model, values, **kwargs)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/db/models/query.py",
line 1087, in insert_query
    return query.execute_sql(return_id)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/db/models/sql/subqueries.py",
line 320, in execute_sql
    cursor = super(InsertQuery, self).execute_sql(None)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/django/db/models/sql/query.py",
line 2369, in execute_sql
    cursor.execute(sql, params)
  File
"/home/youngking/code/hg/lfc-buildout-development/parts/django/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


On Tue, Jan 19, 2010 at 1:59 PM, Kenneth Gonsalves <[email protected]>wrote:

> On Monday 18 Jan 2010 3:37:08 pm Kai Diefenbach wrote:
> > I would like to announce the alpha release of LFC - a CMS based on
> Django:
> >
>
> great - actually I had written a CMS a couple of years ago - but never had
> time to polish it and release it. Yours seems to have almost exactly done
> what
> I had been doing! Of course much better. Some points that I had thought
> about
> are missing - I will try to find the time to add/suggest these. Keep up the
> good work.
> --
> regards
> Kenneth Gonsalves
> Senior Project Officer
> NRC-FOSS
> http://nrcfosshelpline.in/web/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<django-users%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
>
>


-- 
News about me: http://www.feedmagnet.com/youngking/news/
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

Reply via email to