summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJan Provaznik <jprovazn@redhat.com>2013-06-05 19:40:46 +0200
committerTomas Sedovic <tomas@sedovic.cz>2013-08-01 16:18:54 +0200
commit4f6130e81c807c725fd096f5e03369ae66d733f4 (patch)
tree326adcebb50bc64c82aa36da72fa1cd059686926 /.gitignore
parent9bcc935c1c70ddd8b22689ac0830dae5632f0c69 (diff)
downloadtuskar-ui-4f6130e81c807c725fd096f5e03369ae66d733f4.tar.gz
Initial management dummy api
Added new api module for communication with openstack-management service. Structure of this module is similar to other existing api modules (IOW plain list of api methods). True is this plain structure of api methods is not optimal because there is ATM not good place to put business logic, but this is horizon wide issue and will be targeted in a separate patch. Because there is not real management service yet, these api methods use classic Django models for storing dummy data. You have to run "python manage.py syncdb" to init/update db. Change-Id: I4e56be6824061f55021819ff66faa1cfd7f135d2
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0f6793ef..7cdaea1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ dist
AUTHORS
ChangeLog
tags
+openstack_dashboard/dummydb.sqlite