Tom:
> it appears to be happening when reloading
>
> python manage.py runserver --noreload and see if it still happens
>
All is working right now. I had the same problem using Aspen, and
invoking as "python C:\os\aspen\bin\aspen -a0.0.0.0:8000 --
mode=production -rc:/os/200A" I have no problems.
M
Hello:
I work with Windows XP SP2, Python25 and Django with revision 7127.
In this and previous revisions (can not remember) I am having the next
"unexpected" error after some minutes of normal working with Django
applications:
.python manage.py runserver
Validating models...
0 errors found
Djan
Hello Michael:
> alter table in_wrong_place move tablespace new_tablespace;
> alter index in_wrong_place_ix rebuild tablespace new_index_tablespace;
>
In my office for example, politics and procedures indicate that before
creating Oracle tables, I must coordinate with DBA about the
definition of t
I downloaded last revision of django oracle sprint (4815) for some new
testings and have a problem; I did not put a ticket because I think
the problem is in the recent application of Changeset 4776. Next error
occurs at the begining of the admin access:
TypeError at /admin/
'CursorDebugWrapper'
I made the next testing with last version of Django-Oracle under WinXP
with Oracle 10g2 in a unix Solaris server:
1) I Made a model in Django and created one table (with syncdb). Some
titles in the model.py contains spanish characters (referring in this
case to á, e, Ñ, ñ, etc)
2) I processed many
Hello:
Assuming I have an Oracle database with next connection info:
user = scott
pass = tiger
host = Oracle host Name or IP address
ORCL = Name of database
with no tnsnames.ora file
1) From command line I can do:
sqlplus scott/[EMAIL PROTECTED]/ORCL
2) From a Python script:
import
Hi:
Oracle DBA administration in my office has the policy to separate data
in one tablespace and indexes into another tablespace so, when creating
a new index, we must reference to a corresponding tablespace name.
Will the new Oracle interface give us the possibility to indicate
Django in which t
Hi:
Oracle DBA administration in my office has the policy to separate data
in one tablespace and indexes into another tablespace so, when creating
a new index, we must reference to a corresponding tablespace name.
Will the new Oracle interface give us the possibility to indicate
Django in which t
Matt:
I confirm you it is working very well now.
I will continue the testing.
Thanks!!!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Django
developers" group.
To post to this group, send email to django-develop
I am testing Oracle backend, revision 4248 of
http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint
After giving my user name and password to get into the admin page I get
error ORA-00918. I isolated the SQL instruction and the error is in
SELECT * :
SELECT * FROM
(SELECT
"DJA
10 matches
Mail list logo