Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Jan 4, 2025
1 parent 131cda9 commit fe30ace
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions djaopsp/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, DjaoDjin inc.
# Copyright (c) 2025, DjaoDjin inc.
"""
Django settings for djaopsp project.
"""
Expand Down Expand Up @@ -462,7 +462,7 @@
'printable_name': 'Alliance',
"subscriptions": [{
"plan": "managed",
"ends_at": "2024-12-31T23:59:59Z"
"ends_at": "2025-12-31T23:59:59Z"
}],
}]},
'site': {
Expand All @@ -479,7 +479,7 @@
'printable_name': 'Energy utility',
"subscriptions": [{
"plan": "tier1-members",
"ends_at": "2024-12-31T23:59:59Z"
"ends_at": "2025-12-31T23:59:59Z"
}],
}]},
'site': {
Expand All @@ -496,7 +496,7 @@
'printable_name': 'Janice Shop',
"subscriptions": [{
"plan": "tier2-members",
"ends_at": "2024-12-31T23:59:59Z"
"ends_at": "2025-12-31T23:59:59Z"
}],
}]},
'site': {
Expand All @@ -507,7 +507,7 @@
},
'steve': {
'username': 'steve', # Profile manager for registered organization
'last_visited': '2024-01-01T00:00:00.000Z',
'last_visited': '2025-01-01T00:00:00.000Z',
'roles': {
'manager': [{
'slug': 'supplier-1',
Expand Down Expand Up @@ -549,7 +549,7 @@
'printable_name': 'Desktop Reviewers',
"subscriptions": [{
"plan": "verification-partners",
"ends_at": "2024-12-31T23:59:59Z"
"ends_at": "2025-12-31T23:59:59Z"
}],
}]},
'site': {
Expand Down

0 comments on commit fe30ace

Please sign in to comment.