App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Functions
google.appengine._internal.django.core.management.color Namespace Reference

Functions

def supports_color
 
def color_style
 
def no_style
 

Detailed Description

Sets up the terminal color scheme.

Function Documentation

def google.appengine._internal.django.core.management.color.color_style ( )
Returns a Style object with the Django color scheme.
def google.appengine._internal.django.core.management.color.no_style ( )
Returns a Style object that has no colors.
def google.appengine._internal.django.core.management.color.supports_color ( )
Returns True if the running system's terminal supports color, and False
otherwise.