1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 23:25:24 +00:00
webvirtcloud/instances
2016-11-04 09:33:49 +01:00
..
migrations add instances/migrations/0002_instance_is_template.py 2016-03-22 10:31:49 +01:00
templates Merge branch 'master' of https://github.com/honza801/webvirtcloud 2016-07-29 13:05:54 +02:00
templatetags Fixed pep8 2015-03-27 17:12:15 +02:00
__init__.py Initial commit 2015-02-27 10:53:51 +02:00
admin.py Initial commit 2015-02-27 10:53:51 +02:00
models.py Added is_template attribute to instances. If true, instance cannot be started. 2016-01-20 15:40:09 +01:00
tests.py Initial commit 2015-02-27 10:53:51 +02:00
urls.py add guess button for cloned instance name. this reads dhcp conf and uses settings.CLONE_INSTANCE_DEFAULT_PREFIX. 2016-05-27 14:13:24 +02:00
views.py deleting instance with disk causes also delete of all corresponding snapshots. previously deleting instance with snapshots ended with error and probably also database inconsistency. 2016-11-04 09:33:49 +01:00