Skip to main content

A Django UI for managing XenServer in the simplest possible way.

Project description

https://img.shields.io/pypi/v/xenzen.svg https://travis-ci.org/praekeltfoundation/xenzen.svg?branch=develop https://codecov.io/gh/praekeltfoundation/xenzen/branch/develop/graph/badge.svg

A Django UI for managing XenServer in the simplest possible way.

Getting started

To install XenZen run:

$ git clone https://github.com/praekeltfoundation/xenzen.git
$ cd xenzen/
$ virtualenv ve
$ . ./ve/bin/activate
$ pip install -e .

To start a development server listening on 127.0.0.1:8000, with a SQLite database, run:

$ export DJANGO_SETTINGS_MODULE=xenserver.testsettings
$ django-admin syncdb
$ django-admin collectstatic
$ django-admin runserver

To configure XenZen further, create the file local_settings.py containing extra Django settings. For example, to configure a PostgreSQL database:

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'NAME': 'xenzen',
        'USER': 'postgres',
        'PASSWORD': '',
        'HOST': 'localhost',
        'PORT': '',
    }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xenzen-1.0.2.tar.gz (535.4 kB view details)

Uploaded Source

Built Distribution

xenzen-1.0.2-py2-none-any.whl (567.2 kB view details)

Uploaded Python 2

File details

Details for the file xenzen-1.0.2.tar.gz.

File metadata

  • Download URL: xenzen-1.0.2.tar.gz
  • Upload date:
  • Size: 535.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for xenzen-1.0.2.tar.gz
Algorithm Hash digest
SHA256 fc9dfaba58a7df292dface2f9e15d9a53d3536b354837cdb825b8bb332187e33
MD5 a2340de9025e9c603a882b7bdb740c49
BLAKE2b-256 17dba7e76564e3e3d0723c0cfcecd34db64d472eb9f6dde844abe22dabec8e1b

See more details on using hashes here.

File details

Details for the file xenzen-1.0.2-py2-none-any.whl.

File metadata

File hashes

Hashes for xenzen-1.0.2-py2-none-any.whl
Algorithm Hash digest
SHA256 35841718870499b9d07c985e00cbe0020decf49e85a3b69d36909f5986d6991f
MD5 89148dd726035e84a3ab7cf937dbbea1
BLAKE2b-256 80b58160b31096ab9e938c30439335a4f3352be09a5237901c522c594d3122fd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page