~michael.nelson/ubuntu-webcatalog/8133346-depend-on-rnr-client

« back to all changes in this revision

Viewing changes to src/webcatalog/schema.py

[r=mfoord],[bug=788207],[bug=813346] Add import_ratings_stats management command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    preflight = ConfigSection()
61
61
    preflight.preflight_base_template = StringConfigOption(
62
62
        default="webcatalog/base.html")
 
63
 
 
64
    rnr = ConfigSection()
 
65
    rnr.rnr_service_root = StringConfigOption(
 
66
        default="http://reviews.ubuntu.com/reviews/api/1.0")