Browse Source

fix django typo

pull/51/head
Ben Parees 9 years ago
parent
commit
be20c410d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      openshift/templates/django-postgresql.json

+ 1
- 1
openshift/templates/django-postgresql.json View File

@ -437,7 +437,7 @@
}, },
{ {
"name": "DJANGO_SECRET_KEY", "name": "DJANGO_SECRET_KEY",
"displayName": "Djange Secret Key",
"displayName": "Django Secret Key",
"description": "Set this to a long random string.", "description": "Set this to a long random string.",
"generate": "expression", "generate": "expression",
"from": "[\\w]{50}" "from": "[\\w]{50}"


Loading…
Cancel
Save