Add initialization command to setup new apps

This commit is contained in:
Vikram Rangnekar
2019-09-27 02:19:24 -04:00
parent 5e86b445c5
commit ecec2968e9
30 changed files with 1021 additions and 70 deletions

View File

@ -80,7 +80,7 @@ database:
type: postgres
host: db
port: 5432
dbname: app_development
dbname: {{app_name_slug}}_development
user: postgres
password: ''
#pool_size: 10