jforman / binder

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

Convert binder to stand alone application #44

Open goetzk opened 8 years ago

goetzk commented 8 years ago

Hi, I'm hoping its possible to convert binder to a standalone application. I am looking to integrate it with an existing django site and it would be easier if that was the case.

(Its possible it can be done but the documentation makes it sound like that isn't the case - if I discover a way I will update here).

goetzk commented 8 years ago

It can almost be done at the moment though i've hit a few problems which I'll have to come back and solve another time. my notes so far:

I think that was all i did, might have missed some stuff though.

My problem appears to be that 'binder' isn't recognised since i placed it in my existing apps add-on directory so its python path is addons.binder where binder attempts to import 'binder'. Not sure what the best solution to that is at the moment or how intrusive the change/s would be (I suspect the solution will be to make it a python package and install it to the python packages directory).