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
- Host: GitHub
- URL: https://github.com/bbc2/django-ddns
- Owner: bbc2
- License: mit
- Created: 2013-08-03T09:52:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T21:17:57.000Z (over 9 years ago)
- Last Synced: 2025-01-26T00:24:19.837Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).