~allenap/maas/docs-and-man-bug-975454

« back to all changes in this revision

Viewing changes to src/metadataserver/models.py

  • Committer: Jeroen Vermeulen
  • Date: 2012-02-07 18:14:14 UTC
  • mto: This revision was merged to the branch mainline in revision 92.
  • Revision ID: jeroen.vermeulen@canonical.com-20120207181414-3mtmupvvksyrwv2d
Basic setup for a metadata server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2012 Canonical Ltd.  This software is licensed under the
 
2
# GNU Affero General Public License version 3 (see the file LICENSE).
 
3
 
 
4
"""Model for the metadata server."""
 
5
 
 
6
from __future__ import (
 
7
    print_function,
 
8
    unicode_literals,
 
9
    )
 
10
 
 
11
__metaclass__ = type
 
12
__all__ = [
 
13
    ]
 
14
 
 
15
#from django.db import models
 
16
 
 
17
# Nothing here yet.