Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1004 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 1004 Bytes

Build Status

DNS Manager with Django RESTful API

Getting Started

This script help us for work easily with bind dns in your scripts.Its my experience for our servers.

You Can Call each kind of actions in bash scripts or applications and parse Json Output in your application.

Requirements

  • Python3
  • Debian Based
  • sudo apt install python3

  • Redhat Based
  • sudo yum install python3

  • Arch Based
  • sudo pacman -Sy python3

  • virtualenv
  • pip install virtualenv

  • Django 2
  • pip install django==2

Installation

Step by Step

  • sudo apt install python3

  • pip install virtualenv

  • pip install -r requirements.txt

  • source venv/bin/activate

  • python manage.py runserver