Skip to main content

A Django app for adding computing resources admin controls to Tethys .

Project description

=====
Tethys Compute
=====

Tethys Compute is a Django app that is intended to add admin controls for computing resources.
Computing resources are managed through the Python module TethysCluster

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "tethys_compute" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'tethys_compute',
)

2. Include the tethys_compute URLconf in your project urls.py like this::

url(r'^compute-admin/', include('tethys_compute.urls')),

3. Run `python manage.py migrate` to create the tethys_compute models.

4. Start the development server and visit http://127.0.0.1:8000/admin/

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

django-tethys_compute-0.0.0.tar.gz (9.6 kB view details)

Uploaded Source

File details

Details for the file django-tethys_compute-0.0.0.tar.gz.

File metadata

File hashes

Hashes for django-tethys_compute-0.0.0.tar.gz
Algorithm Hash digest
SHA256 d59dbdd3d466d140ea0a0466fe067759208c1848ef7359de173ab7a38a53644c
MD5 2ab094bf1cb57927d1bb538047595d82
BLAKE2b-256 ac29bc7d0276aa08eb681888dfb6d31ec543a0d2a29b8c4339aa5c3931a89669

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