- Timestamp:
- 03/16/12 19:17:42 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jsnyder/trunk/tools/cornetApps/DomainMan/models.py
r11069 r11070 1 1 from django.db import models 2 """Models for the DomainMan application 3 -Node makes it easy to extract the ip and port fields 4 """ 2 5 3 # Create your models here. 6 7 """Creates a node with ip and port fields 8 """ 4 9 class Node(models.Model): 5 10 ip = models.IPAddressField()