Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <template name="postgres" value="DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': '$DB_NAME$', 'USER': '$DB_USER$', 'PASSWORD': '$DB_BASSWORD$', 'HOST': '$DB_HOST$', 'PORT': '$DB_PORT$', } }" description="Postgres in Settings" toReformat="false" toShortenFQNames="true">
- <variable name="DB_NAME" expression=""postgres"" defaultValue="postgrgs" alwaysStopAt="true" />
- <variable name="DB_USER" expression=""postgres-user"" defaultValue="postgres-use" alwaysStopAt="true" />
- <variable name="DB_BASSWORD" expression=""password"" defaultValue="password" alwaysStopAt="true" />
- <variable name="DB_HOST" expression=""localhost"" defaultValue="localhost" alwaysStopAt="true" />
- <variable name="DB_PORT" expression=""5432"" defaultValue="5432" alwaysStopAt="true" />
- <context>
- <option name="Django" value="true" />
- </context>
- </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement