Project

General

Profile

Download (185 Bytes) Statistics
| Branch: | Tag: | Revision:

from django.db import models

class Service(models.Model):

class Meta:
app_label = 'cale_base'

name = models.CharField(max_length=100)
# TODO : add other fields

(5-5/7)