django-dnsmanager


Namedjango-dnsmanager JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://gitlab.crans.org/nounous/django-dnsmanager
SummaryDjango app to manage DNS zones
upload_time2022-11-30 22:45:32
maintainerAlexandre Iooss
docs_urlNone
authorAlexandre Iooss
requires_python
licenseBSD
keywords django dns manager
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Django DNS manager
==================

|travis| |coverage| |github_version| |pypi_version| |django_version| |doc|

This is a DNS manager Django app.

Installation
------------

The following lines creates a Python3 virtualenv and installs
``django-dnsmanager`` inside.

.. code:: bash

   $ python3 -m venv venv
   $ source venv/bin/activate
   $ pip install django-dnsmanager

Features
--------

* Polymorphic models based on
  `Django Polymorphic <https://github.com/django-polymorphic/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:

.. code:: bash

   $ ./manage.py migrate
   $ ./manage.py createsuperuser

Now you may run the Django development server:

.. code:: bash

   $ ./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.

.. |travis| image:: https://img.shields.io/travis/com/constellation-project/django-dnsmanager/master?style=flat-square
    :target: https://travis-ci.com/constellation-project/django-dnsmanager

.. |coverage| image:: https://img.shields.io/codecov/c/github/constellation-project/django-dnsmanager/master.svg?style=flat-square
    :target: https://codecov.io/github/constellation-project/django-dnsmanager?branch=master

.. |github_version| image:: https://img.shields.io/github/v/tag/constellation-project/django-dnsmanager?style=flat-square
    :target: https://github.com/constellation-project/django-dnsmanager/releases/latest

.. |pypi_version| image:: https://img.shields.io/pypi/v/django-dnsmanager?style=flat-square
    :target: https://pypi.org/project/django-dnsmanager/

.. |django_version| image:: https://img.shields.io/pypi/djversions/django-dnsmanager?style=flat-square
    :target: https://pypi.org/project/django-dnsmanager/

.. |doc| image:: https://img.shields.io/readthedocs/django-dnsmanager?style=flat-square
    :target: http://django-dnsmanager.readthedocs.io

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.crans.org/nounous/django-dnsmanager",
    "name": "django-dnsmanager",
    "maintainer": "Alexandre Iooss",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "erdnaxe@crans.org",
    "keywords": "django,dns,manager",
    "author": "Alexandre Iooss",
    "author_email": "erdnaxe@crans.org",
    "download_url": "https://gitlab.crans.org/nounous/django-dnsmanager/-/releases",
    "platform": null,
    "description": "Django DNS manager\n==================\n\n|travis| |coverage| |github_version| |pypi_version| |django_version| |doc|\n\nThis is a DNS manager Django app.\n\nInstallation\n------------\n\nThe following lines creates a Python3 virtualenv and installs\n``django-dnsmanager`` inside.\n\n.. code:: bash\n\n   $ python3 -m venv venv\n   $ source venv/bin/activate\n   $ pip install django-dnsmanager\n\nFeatures\n--------\n\n* Polymorphic models based on\n  `Django Polymorphic <https://github.com/django-polymorphic/django-polymorphic>`_ ;\n* Integration with Django Contrib Admin and AdminDocs ;\n* Integration with Django Rest Framework ;\n* Generation of ready to use zone files.\n\nThis app targets Django 2.2 (last LTS and current Debian version (from Debian 11 Bullseye)), 3.2 and 4.1.\nIt runs on Python 3.7 to 3.10.\n\nRunning a demo project\n----------------------\n\nWe assume this package is installed in your Python 3 environment.\n\nClone the project and go to ``example`` directory.\n\nNow we need to create the database tables and an admin user. Run the\nfollowing and follow the instructions:\n\n.. code:: bash\n\n   $ ./manage.py migrate\n   $ ./manage.py createsuperuser\n\nNow you may run the Django development server:\n\n.. code:: bash\n\n   $ ./manage.py runserver\n\nYou should then be able to open your browser on http://127.0.0.1:8000\nand see this app running.\n\nLicense\n-------\n\nDjango-dnsmanager uses the same license as Django (BSD-like)\nbecause we believe in open development.\nPlease see LICENSE file for more details.\n\n.. |travis| image:: https://img.shields.io/travis/com/constellation-project/django-dnsmanager/master?style=flat-square\n    :target: https://travis-ci.com/constellation-project/django-dnsmanager\n\n.. |coverage| image:: https://img.shields.io/codecov/c/github/constellation-project/django-dnsmanager/master.svg?style=flat-square\n    :target: https://codecov.io/github/constellation-project/django-dnsmanager?branch=master\n\n.. |github_version| image:: https://img.shields.io/github/v/tag/constellation-project/django-dnsmanager?style=flat-square\n    :target: https://github.com/constellation-project/django-dnsmanager/releases/latest\n\n.. |pypi_version| image:: https://img.shields.io/pypi/v/django-dnsmanager?style=flat-square\n    :target: https://pypi.org/project/django-dnsmanager/\n\n.. |django_version| image:: https://img.shields.io/pypi/djversions/django-dnsmanager?style=flat-square\n    :target: https://pypi.org/project/django-dnsmanager/\n\n.. |doc| image:: https://img.shields.io/readthedocs/django-dnsmanager?style=flat-square\n    :target: http://django-dnsmanager.readthedocs.io\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Django app to manage DNS zones",
    "version": "0.2.2",
    "split_keywords": [
        "django",
        "dns",
        "manager"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "fb3e219871a4a27928b291461745edbb",
                "sha256": "de79aebe58e237118e818a4ea94114b5704151baf1d121185accd4b62e496340"
            },
            "downloads": -1,
            "filename": "django_dnsmanager-0.2.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb3e219871a4a27928b291461745edbb",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 21248,
            "upload_time": "2022-11-30T22:45:32",
            "upload_time_iso_8601": "2022-11-30T22:45:32.874633Z",
            "url": "https://files.pythonhosted.org/packages/0f/d4/173032564b71488f4749ab01ae1a6241059a2a8f575b364e222c732d0820/django_dnsmanager-0.2.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-30 22:45:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "django-dnsmanager"
}
        
Elapsed time: 0.01295s