Code Monkey home page Code Monkey logo

qpd's Introduction

Quality Product Data

Dashboard to capture and display automation results generated from Robottelo.

Dashboard

Usage

$ python manage.py
Usage: manage.py [OPTIONS] COMMAND [ARGS]...

      QPD Interactive shell!

Options:
  --help  Show this message and exit.

Commands:
  check       Prints app status
  run         Run the Flask development server i.e.
  shell       Runs a Python shell with QPD context
  showconfig  Print all config variables

to run the application

$ python manage.py run
08.06 16:07:28 werkzeug     INFO      * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
08.06 16:07:28 werkzeug     INFO      * Restarting with stat
08.06 16:07:28 werkzeug     WARNING   * Debugger is active!
08.06 16:07:28 werkzeug     INFO      * Debugger pin code: 223-716-766

to specify a port and other attributes handled by werkzeug

$ python manage.py run --port=9000 --host=127.0.0.1 --debug --reloader
08.06 10:49:41 werkzeug     INFO      * Running on http://127.0.0.1:9000/ (Press CTRL+C to quit)
08.06 10:49:41 werkzeug     INFO      * Restarting with stat
08.06 10:49:41 werkzeug     WARNING   * Debugger is active!
08.06 10:49:41 werkzeug     INFO      * Debugger pin code: 121-731-875

to start the shell

$ python manage.py shell
Python 2.7.11 (default, Mar 31 2016, 20:46:51)
Welcome to QPD interactive shell
	Auto imported: app, db, models, views, admin
In [1]: app
Out[1]: <Flask 'app'>

In [2]: models.Category.query.all()
Out[2]: [<Category cli>]

qpd's People

Contributors

omaciel avatar rochacbruno avatar rplevka avatar

Watchers

James Cloos avatar Radovan Dražný avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.