Renamed python to python-django for consistency

This commit is contained in:
Kasra Bigdeli
2018-01-07 22:01:52 -08:00
parent 4a35ca0210
commit d162aabf50
3 changed files with 3 additions and 3 deletions

View File

@@ -90,10 +90,10 @@ class TemplateHelper {
tagSuffix: '-apache'
},
{
templateName: 'python',
templateName: 'python-django',
dockerHubImageName: 'library/python',
dockerFileFromName: 'python',
displayName: 'Python',
dockerFileFromName: 'python-django',
displayName: 'Python Django',
tagSuffix: '-alpine3.6'
},
{