An open API service indexing awesome lists of open source software.

https://github.com/bbc2/django-ddns

Django app implementing the DynDNS protocol server-side
https://github.com/bbc2/django-ddns

Last synced: 11 months ago
JSON representation

Django app implementing the DynDNS protocol server-side

Awesome Lists containing this project

README

          

django-ddns
==========================

**django-ddns** implements the DynDNS protocol server-side as described on
http://dyn.com/support/developers/api/.

Architecture
------------

Main files:

dyndns/
settings.py: project settings
settings_local.sample.py: sample settings to be completed and renamed
dyn/
views.py: view functions (no class-based views)
libdyn.py: functions implementing the DynDNS protocol
updaters/
(update handlers)

License
-------

See `LICENSE` (MIT).