It's sqlite3.

DATABASE_ENGINE = 'sqlite3'      # 'postgresql', 'mysql', 'sqlite3' or
'ado_mssql'.
DATABASE_NAME = 'reviewboard.sqlite'  # Or path to database file if using
sqlite3.
DATABASE_USER = '********'     # Not used with sqlite3.
DATABASE_PASSWORD = '********' # Not used with sqlite3.
DATABASE_HOST = ''             # Set to empty string for localhost.
DATABASE_PORT = ''             # Set to empty string for default.


On Tue, Sep 23, 2008 at 3:26 AM, Christian Hammond <[EMAIL PROTECTED]>wrote:

> What's DATABASE_ENGINE set to in settings_local.py?
>
> Christian
>
> --
> Christian Hammond - [EMAIL PROTECTED]
> VMware, Inc.
>
>
> On Mon, Sep 22, 2008 at 3:42 AM, Atul Phalke <[EMAIL PROTECTED]>wrote:
>
>> Hi,
>>    Can anybody help me resolve following issue. I am using
>> Revieboard - trunk
>> Django - 1.0
>> Sqlite 3.3
>>
>> If I run ./manage.py syncdb, I get following error
>>
>>
>> [EMAIL PROTECTED] reviewboard]# ./manage.py syncdb
>> Traceback (most recent call last):
>>   File "./manage.py", line 144, in <module>
>>     fix_django_evolution_issues()
>>   File "./manage.py", line 128, in fix_django_evolution_issues
>>     import django.db.models.fields as model_fields
>>   File "/usr/lib/python2.5/site-packages/django/db/__init__.py", line 24,
>> in <module>
>>     backend = __import__('%s.base' % settings.DATABASE_ENGINE, {}, {},
>> [''])
>> ImportError: No module named base
>> [EMAIL PROTECTED] reviewboard]#
>>
>> It seems like some database related issue.
>>
>> Any response would be appreciated.
>> Thanks in advance,
>> Atul Balwant Phalke.
>>
>>
>>
>>
>> On Mon, Sep 15, 2008 at 5:57 PM, Atul Phalke <[EMAIL PROTECTED]
>> > wrote:
>>
>>> Hey Christian,
>>>     Sorry for delay in response. I am using reviewboard code from trunk
>>> and django version 1.0. Any response would be appreciated.
>>> Thanks,
>>> Atul.
>>>
>>>
>>>
>>>
>>> On Fri, Sep 5, 2008 at 4:20 PM, Christian Hammond <[EMAIL PROTECTED]>wrote:
>>>
>>>> Review Board hasn't worked with 0.96 in over a year. Actually, I'm not
>>>> sure it ever worked with 0.96. What version of Django are you using now? 
>>>> And
>>>> what revision of Review Board?
>>>>
>>>> Christian
>>>>
>>>> --
>>>> Christian Hammond - [EMAIL PROTECTED]
>>>> VMware, Inc.
>>>>
>>>>
>>>>
>>>> On Fri, Sep 5, 2008 at 2:56 AM, Atul Phalke <
>>>> [EMAIL PROTECTED]> wrote:
>>>>
>>>>> Hi Team,
>>>>>    I am getting following error if I run command './manage.py syncdb'
>>>>> Traceback (most recent call last):
>>>>>   File "./manage.py", line 164, in <module>
>>>>>     fix_django_evolution_issues()
>>>>>   File "./manage.py", line 132, in fix_django_evolution_issues
>>>>>     import django.db.models.fields.files as model_files
>>>>>   File
>>>>> "/usr/lib/python2.5/site-packages/django/db/models/fields/files.py", line 
>>>>> 7,
>>>>> in <module>
>>>>>     from django.core.files.storage import default_storage
>>>>>   File "/usr/lib/python2.5/site-packages/django/core/files/storage.py",
>>>>> line 223, in <module>
>>>>>     DefaultStorage = get_storage_class(settings.DEFAULT_FILE_STORAGE)
>>>>>   File "/usr/lib/python2.5/site-packages/django/conf/__init__.py", line
>>>>> 32, in __getattr__
>>>>>     return getattr(self._target, name)
>>>>> AttributeError: 'Settings' object has no attribute
>>>>> 'DEFAULT_FILE_STORAGE'
>>>>>
>>>>> Earlier I was using django 0.96 version, that time I didn't face this
>>>>> issue. Now I am facing this problem, sqlite and other required things are
>>>>> installed. Any help would be appreciated.
>>>>>
>>>>> Thanks in advance.
>>>>> Regards,
>>>>> Atul Balwant Phalke.
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to