Eddi
2018-07-12 23:17:36 UTC
Hi,
I installed Mayan 3.0.1 on ubuntu 16.04 LTS. All works fine, but this error
message about SQLite confuses me.
I am using Postresql (see local.py below) but the message does not go away
...
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'mayan',
'USER': 'mayan',
'PASSWORD': '<password used when creating postgreSQL user>',
'HOST': 'localhost',
'PORT': '5432',
}
}
Am I missing something or is this a bug?
BTW, I used the advanced install procedure to install Mayan (found here:
https://mayan.readthedocs.io/en/v2.7.3/topics/deploying.html; I know, the
instructions are for 2.7.3 but it does install 3.0.1 ...).
Thanks.
Eddi
I installed Mayan 3.0.1 on ubuntu 16.04 LTS. All works fine, but this error
message about SQLite confuses me.
I am using Postresql (see local.py below) but the message does not go away
...
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'mayan',
'USER': 'mayan',
'PASSWORD': '<password used when creating postgreSQL user>',
'HOST': 'localhost',
'PORT': '5432',
}
}
Am I missing something or is this a bug?
BTW, I used the advanced install procedure to install Mayan (found here:
https://mayan.readthedocs.io/en/v2.7.3/topics/deploying.html; I know, the
instructions are for 2.7.3 but it does install 3.0.1 ...).
Thanks.
Eddi
--
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.