jforman / binder

Django Web Admin Gui for manging BIND DNS Zones
129 stars 41 forks source link

add support for TXT records #60

Closed merinos closed 5 years ago

merinos commented 5 years ago

TXT records are completely unusable with the current code. This PR aims to improve this.

merinos commented 5 years ago

Travis doesn't have the correct version of SQLite :

django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required (found 3.8.2).

On my computer everything is fine:


System check identified no issues (0 silenced).
.............[17/Apr/2019 03:39:24] WARNING [django.request:228] Not Found: /info/unconfigured.server.net/
....
----------------------------------------------------------------------
Ran 17 tests in 1.247s

OK
Destroying test database for alias 'default'...```