mirror of
https://github.com/ansible/awx.git
synced 2026-07-04 12:58:02 -02:30
reimplement licensing to work with RHSM and entitlement uploads
Co-authored-by: Christian Adams <chadams@redhat.com>
This commit is contained in:
20
awx/conf/migrations/0008_subscriptions.py
Normal file
20
awx/conf/migrations/0008_subscriptions.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# Generated by Django 2.2.11 on 2020-08-04 15:19
|
||||
|
||||
import logging
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
from awx.conf.migrations import _subscriptions as subscriptions
|
||||
|
||||
logger = logging.getLogger('awx.conf.migrations')
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('conf', '0007_v380_rename_more_settings'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RunPython(subscriptions.clear_old_license),
|
||||
]
|
||||
Reference in New Issue
Block a user