ernestmindres commited on
Commit
b29eeef
·
verified ·
1 Parent(s): c178a5c

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +7 -7
config.py CHANGED
@@ -36,7 +36,7 @@ PLANS_CONFIG = {
36
  },
37
  # Plan Standard - Mensuel
38
  "standard_monthly": {
39
- "title": "Standard (Mensuel)",
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": "Standard (Annuel)",
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": "Pro (Mensuel)",
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": "Pro (Annuel)",
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": "Illimité (Mensuel)",
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": "Illimité (Annuel)",
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": "End-User",
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,