You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.json deployment files are a legacy tool we don't recommend to use anymore. We still support them for legacy purposes but we're sunsetting them in runtimes.
…855)
## Description
🦺 mise à jour du lancement du serveur d'application `wsgi` selon les
recommadations du PAAS clevercloud : [CleverCloud Issue
#468](CleverCloud/documentation#468 (comment))
🌮 suppresion du fichier `clevercloud/python.json`
🌮 ajout des variables d'environnement
```
CC_PYTHON_MANAGE_TASKS="migrate --no-input, createcachetable, collectstatic --no-input, compilemessages, compress"
CC_PYTHON_MODULE="config.wsgi:application"
```
Checking for existing issue
Describe the content you'd like to see
The
python.json
file is mentionned here: https://developers.clever-cloud.com/guides/python-django-sample/#my-application-already-existsAnd existed in a quite old django-example.
But it is unclear if it is still supported and if it is, its format and the allowed keys are also unclear.
The text was updated successfully, but these errors were encountered: