Project

General

Profile

Download (98 Bytes) Statistics
| Branch: | Tag: | Revision:
from django.db import Model

class Exemple(Model):

class Meta:
app_label = 'a42base'
(2-2/2)