Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
|
@@ -36,7 +36,7 @@ PLANS_CONFIG = {
|
|
| 36 |
},
|
| 37 |
# Plan Standard - Mensuel
|
| 38 |
"standard_monthly": {
|
| 39 |
-
"title": "
|
| 40 |
"description": "Pour les utilisateurs réguliers. Paiement mensuel.",
|
| 41 |
"limit": 1000,
|
| 42 |
"price_monthly": 19.99,
|
|
@@ -47,7 +47,7 @@ PLANS_CONFIG = {
|
|
| 47 |
},
|
| 48 |
# Plan Standard - Annuel
|
| 49 |
"standard_annual": {
|
| 50 |
-
"title": "
|
| 51 |
"description": "Pour les utilisateurs réguliers. Économisez 20% en payant à l'année.",
|
| 52 |
"limit": 1000,
|
| 53 |
"price_monthly": 0.0,
|
|
@@ -58,7 +58,7 @@ PLANS_CONFIG = {
|
|
| 58 |
},
|
| 59 |
# Plan Pro - Mensuel
|
| 60 |
"pro_monthly": {
|
| 61 |
-
"title": "
|
| 62 |
"description": "Pour les professionnels et les projets importants. Paiement mensuel.",
|
| 63 |
"limit": 2000,
|
| 64 |
"price_monthly": 49.99,
|
|
@@ -69,7 +69,7 @@ PLANS_CONFIG = {
|
|
| 69 |
},
|
| 70 |
# Plan Pro - Annuel
|
| 71 |
"pro_annual": {
|
| 72 |
-
"title": "
|
| 73 |
"description": "Pour les professionnels et les projets importants. Économisez 20% en payant à l'année.",
|
| 74 |
"limit": 2000,
|
| 75 |
"price_monthly": 0.0,
|
|
@@ -80,7 +80,7 @@ PLANS_CONFIG = {
|
|
| 80 |
},
|
| 81 |
# Plan Illimité - Mensuel
|
| 82 |
"illimited_monthly": {
|
| 83 |
-
"title": "
|
| 84 |
"description": "Sans aucune restriction, pour les grandes entreprises. Paiement mensuel.",
|
| 85 |
"limit": float('inf'),
|
| 86 |
"price_monthly": 99.99,
|
|
@@ -91,7 +91,7 @@ PLANS_CONFIG = {
|
|
| 91 |
},
|
| 92 |
# Plan Illimité - Annuel
|
| 93 |
"illimited_annual": {
|
| 94 |
-
"title": "
|
| 95 |
"description": "Sans aucune restriction, pour les grandes entreprises. Économisez 20% en payant à l'année.",
|
| 96 |
"limit": float('inf'),
|
| 97 |
"price_monthly": 0.0,
|
|
@@ -102,7 +102,7 @@ PLANS_CONFIG = {
|
|
| 102 |
},
|
| 103 |
# Plan Spécial pour les End-users (pas listé sur la page de prix)
|
| 104 |
"end_user": {
|
| 105 |
-
"title": "
|
| 106 |
"description": "Compte utilisateur créé par un client.",
|
| 107 |
"limit": 0,
|
| 108 |
"price_monthly": 0.0,
|
|
|
|
| 36 |
},
|
| 37 |
# Plan Standard - Mensuel
|
| 38 |
"standard_monthly": {
|
| 39 |
+
"title": "2",
|
| 40 |
"description": "Pour les utilisateurs réguliers. Paiement mensuel.",
|
| 41 |
"limit": 1000,
|
| 42 |
"price_monthly": 19.99,
|
|
|
|
| 47 |
},
|
| 48 |
# Plan Standard - Annuel
|
| 49 |
"standard_annual": {
|
| 50 |
+
"title": "4",
|
| 51 |
"description": "Pour les utilisateurs réguliers. Économisez 20% en payant à l'année.",
|
| 52 |
"limit": 1000,
|
| 53 |
"price_monthly": 0.0,
|
|
|
|
| 58 |
},
|
| 59 |
# Plan Pro - Mensuel
|
| 60 |
"pro_monthly": {
|
| 61 |
+
"title": "6",
|
| 62 |
"description": "Pour les professionnels et les projets importants. Paiement mensuel.",
|
| 63 |
"limit": 2000,
|
| 64 |
"price_monthly": 49.99,
|
|
|
|
| 69 |
},
|
| 70 |
# Plan Pro - Annuel
|
| 71 |
"pro_annual": {
|
| 72 |
+
"title": "8",
|
| 73 |
"description": "Pour les professionnels et les projets importants. Économisez 20% en payant à l'année.",
|
| 74 |
"limit": 2000,
|
| 75 |
"price_monthly": 0.0,
|
|
|
|
| 80 |
},
|
| 81 |
# Plan Illimité - Mensuel
|
| 82 |
"illimited_monthly": {
|
| 83 |
+
"title": "10",
|
| 84 |
"description": "Sans aucune restriction, pour les grandes entreprises. Paiement mensuel.",
|
| 85 |
"limit": float('inf'),
|
| 86 |
"price_monthly": 99.99,
|
|
|
|
| 91 |
},
|
| 92 |
# Plan Illimité - Annuel
|
| 93 |
"illimited_annual": {
|
| 94 |
+
"title": "12",
|
| 95 |
"description": "Sans aucune restriction, pour les grandes entreprises. Économisez 20% en payant à l'année.",
|
| 96 |
"limit": float('inf'),
|
| 97 |
"price_monthly": 0.0,
|
|
|
|
| 102 |
},
|
| 103 |
# Plan Spécial pour les End-users (pas listé sur la page de prix)
|
| 104 |
"end_user": {
|
| 105 |
+
"title": "11",
|
| 106 |
"description": "Compte utilisateur créé par un client.",
|
| 107 |
"limit": 0,
|
| 108 |
"price_monthly": 0.0,
|