Changes between Initial Version and Version 1 of Ticket #27751, comment 5


Ignore:
Timestamp:
Jan 26, 2017, 12:48:46 PM (8 years ago)
Author:
Cynthia Kiser

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27751, comment 5

    initial v1  
    1414The 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):
    1515
    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:
     16For this test, I set up the database and database user as follows:
    1717{{{
    1818postgres=# create user d110example password 'd110example' CREATEDB;
Back to Top