Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 709 Bytes

File metadata and controls

29 lines (23 loc) · 709 Bytes

alt text

TOOL FOR DOMAINS MANAGEMENT AND INSIGHT

This tool is used to import domains data from JSON files or onboarded through a REST API Endpoint

Example of domains in JSON:

{
  "fqdn": "domain.com",
  "created_at": "2022-12-27 08:26:49.219717",
  "expire_at": "2022-12-27 08:26:49.219717",
  "deleted_at": "2022-12-27 08:26:49.219717",
  "flags": [
    {
      "flag_type": "EXPIRED",
      "valid_from": "2022-12-27 08:26:49.219717",
      "valid_to": "2022-12-27 08:26:49.219717"
    }
  ]
}

To run this application run the following command:

python3 manage.py runserver