Re: wysiwyg editor

2005-09-14 Thread Igor Goryachieff
ookBook? Thanks. -- Igor Goryachieff Jabber: [EMAIL PROTECTED] http://goryachev.org/

Re: extending admin interface

2005-09-03 Thread Igor Goryachieff
-i -e 's/(DROP TABLE.*);/$1 CASCADE;/' | psql kultprosvet And to create superuser from pgsql console. Thanks! -- Igor Goryachieff Jabber: [EMAIL PROTECTED] http://goryachev.org/

Re: extending admin interface

2005-08-31 Thread Igor Goryachieff
//www.djangoproject.com/documentation/model_api/#using-models for > full documentation (just added a couple of days ago!). The problem still exists. Any ideas? -- Igor Goryachieff Jabber: [EMAIL PROTECTED] http://goryachev.org/

Re: extending admin interface

2005-08-30 Thread Igor Goryachieff
2.3/site-packages/django-1.0.0-py2.3.egg/django/core/management.py", line 51, in get_sql_create for klass in mod._MODELS: AttributeError: 'module' object has no attribute '_MODELS' What is the mistake here? And what should be specified as module_name variable? Thank you. -- Igor Goryachieff Jabber: [EMAIL PROTECTED] http://goryachev.org/

Re: extending admin interface

2005-08-30 Thread Igor Goryachieff
On Tue, Aug 30, 2005 at 02:21:23AM -0700, asrenzo wrote: > I guess this could help you : > > http://code.djangoproject.com/wiki/ModelInheritance This code doesn't work. Is it connected to ticket #122? -- Igor Goryachieff Jabber: [EMAIL PROTECTED] http://goryachev.org/

Re: extending admin interface

2005-08-30 Thread Igor Goryachieff
On Tue, Aug 30, 2005 at 02:21:23AM -0700, asrenzo wrote: > I guess this could help you : > > http://code.djangoproject.com/wiki/ModelInheritance It seems to helpful for my purposes. Thanks! -- Igor Goryachieff Jabber: [EMAIL PROTECTED] http://goryachev.org/

extending admin interface

2005-08-29 Thread Igor Goryachieff
! -- Igor Goryachieff Jabber: [EMAIL PROTECTED] http://goryachev.org/