A Django UI for managing XenServer in the simplest possible way.
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc9dfaba58a7df292dface2f9e15d9a53d3536b354837cdb825b8bb332187e33
|
|
| MD5 |
a2340de9025e9c603a882b7bdb740c49
|
|
| BLAKE2b-256 |
17dba7e76564e3e3d0723c0cfcecd34db64d472eb9f6dde844abe22dabec8e1b
|
File details
Details for the file xenzen-1.0.2-py2-none-any.whl.
File metadata
- Download URL: xenzen-1.0.2-py2-none-any.whl
- Upload date:
- Size: 567.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35841718870499b9d07c985e00cbe0020decf49e85a3b69d36909f5986d6991f
|
|
| MD5 |
89148dd726035e84a3ab7cf937dbbea1
|
|
| BLAKE2b-256 |
80b58160b31096ab9e938c30439335a4f3352be09a5237901c522c594d3122fd
|