Changes between Initial Version and Version 2 of Ticket #9528


Ignore:
Timestamp:
Nov 5, 2008, 8:46:26 AM (16 years ago)
Author:
Karen Tracey
Comment:

Fixed formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9528

    • Property Component UncategorizedDatabase layer (models, ORM)
  • Ticket #9528 – Description

    initial v2  
    33    - install cx_Oracle: sudo easy_install cx_Oracle  #requires python-setuptools
    44    - in your settings.py, use:
     5{{{
    56      * DATABASE_ENGINE = 'oracle'
    67      * DATABASE_NAME = 'XE'  # your dbname here
     
    1112      * DEFAULT_TABLESPACE = 'NONEXISTING'  # use some invalid tablespace
    1213      * DEFAULT_INDEX_TABLESPACE = 'NONEXISTING' # here also
     14}}}
    1315    - with an empty database, run syncdb: ./manage syncdb
    1416
    1517Traceback:
     18{{{
    1619...
    1720  File "/opt/csa-1.0.0-beta/parts/django/django/core/management/commands/syncdb.py", line 80, in handle_noargs
     
    2124AttributeError: DatabaseError instance has no attribute 'message'
    2225
     26}}}
Back to Top