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/
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
File details
Details for the file django-tethys_compute-0.0.2.tar.gz
.
File metadata
- Download URL: django-tethys_compute-0.0.2.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e80c0730e194415f260d2600d369b30f4eed6ae7b465a6a296f1f2ced358637 |
|
MD5 | 002d8761094566435c23cfcde7cde16f |
|
BLAKE2b-256 | 47e56e4e48791f230c49144430e827dddcdb13c003beeea1017ad1e4de6378bc |