Changes between Initial Version and Version 1 of Ticket #27751, comment 5
- Timestamp:
- Jan 26, 2017, 12:48:46 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27751, comment 5
initial v1 14 14 The only thing I am doing that is non-standard is the django database user does not have access to the postgres database. My database / user set up is as follows (from the referenced demo project): 15 15 16 I have PosgreSQL 9.5.5 installed on an Ubuntu 16.04 server on a Vagrant VM.For this test, I set up the database and database user as follows:16 For this test, I set up the database and database user as follows: 17 17 {{{ 18 18 postgres=# create user d110example password 'd110example' CREATEDB;