Backeup configs & cleanup of files and db
This commit is contained in:
102
backups/config/20260113/credit_costs.json
Normal file
102
backups/config/20260113/credit_costs.json
Normal file
@@ -0,0 +1,102 @@
|
||||
[
|
||||
{
|
||||
"model": "billing.creditcostconfig",
|
||||
"pk": "clustering",
|
||||
"fields": {
|
||||
"display_name": "Keyword Clustering",
|
||||
"base_credits": 1,
|
||||
"is_active": true,
|
||||
"description": "AI-powered keyword clustering into semantic groups"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "billing.creditcostconfig",
|
||||
"pk": "content_generation",
|
||||
"fields": {
|
||||
"display_name": "Content Generation",
|
||||
"base_credits": 1,
|
||||
"is_active": true,
|
||||
"description": "AI-powered article content generation"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "billing.creditcostconfig",
|
||||
"pk": "idea_generation",
|
||||
"fields": {
|
||||
"display_name": "Content Ideas Generation",
|
||||
"base_credits": 1,
|
||||
"is_active": true,
|
||||
"description": "Generate content ideas from keyword clusters"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "billing.creditcostconfig",
|
||||
"pk": "image_generation",
|
||||
"fields": {
|
||||
"display_name": "Image Generation",
|
||||
"base_credits": 1,
|
||||
"is_active": true,
|
||||
"description": "AI-powered image generation"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "billing.creditcostconfig",
|
||||
"pk": "image_prompt_extraction",
|
||||
"fields": {
|
||||
"display_name": "Image Prompt Extraction",
|
||||
"base_credits": 1,
|
||||
"is_active": true,
|
||||
"description": "Extract image prompts from content"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "billing.creditcostconfig",
|
||||
"pk": "linking",
|
||||
"fields": {
|
||||
"display_name": "Internal Linking",
|
||||
"base_credits": 1,
|
||||
"is_active": false,
|
||||
"description": "AI-powered internal link suggestions"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "billing.creditcostconfig",
|
||||
"pk": "optimization",
|
||||
"fields": {
|
||||
"display_name": "Content Optimization",
|
||||
"base_credits": 1,
|
||||
"is_active": false,
|
||||
"description": "AI-powered content optimization"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "billing.creditcostconfig",
|
||||
"pk": "reparse",
|
||||
"fields": {
|
||||
"display_name": "Content Reparse",
|
||||
"base_credits": 1,
|
||||
"is_active": false,
|
||||
"description": "Reparse existing content"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "billing.creditcostconfig",
|
||||
"pk": "site_page_generation",
|
||||
"fields": {
|
||||
"display_name": "Site Page Generation",
|
||||
"base_credits": 1,
|
||||
"is_active": false,
|
||||
"description": "Generate site pages from blueprint"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "billing.creditcostconfig",
|
||||
"pk": "site_structure_generation",
|
||||
"fields": {
|
||||
"display_name": "Site Structure Generation",
|
||||
"base_credits": 1,
|
||||
"is_active": false,
|
||||
"description": "Generate complete site blueprint"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user