This is a DNS manager Django app.
Installation
The following lines creates a Python3 virtualenv and installs django-dnsmanager inside.
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install django-dnsmanager
Features
Polymorphic models based on Django Polymorphic ;
Integration with Django Contrib Admin and AdminDocs ;
Integration with Django Rest Framework ;
Generation of ready to use zone files.
This app targets Django 2.2 (last LTS and current Debian version (from Debian 11 Bullseye)), 3.2 and 4.1. It runs on Python 3.7 to 3.10.
Running a demo project
We assume this package is installed in your Python 3 environment.
Clone the project and go to example directory.
Now we need to create the database tables and an admin user. Run the following and follow the instructions:
$ ./manage.py migrate
$ ./manage.py createsuperuser
Now you may run the Django development server:
$ ./manage.py runserver
You should then be able to open your browser on http://127.0.0.1:8000 and see this app running.
License
Django-dnsmanager uses the same license as Django (BSD-like) because we believe in open development. Please see LICENSE file for more details.
Release files for django-dnsmanager 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_dnsmanager-0.2.2-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Release files / django_dnsmanager-0.2.2-py2.py3-none-any.whl
| Download URL | django_dnsmanager-0.2.2-py2.py3-none-any.whl |
|---|---|
| Size | 21.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
de79aebe58e237118e818a4ea94114b5704151baf1d121185accd4b62e496340
|
|
BLAKE2b-256 checksum How to use checksums |
0fd4173032564b71488f4749ab01ae1a6241059a2a8f575b364e222c732d0820
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.8
|