Projet

Général

Profil

Télécharger (97 octets) Statistiques
| Branche: | Tag: | Révision:

root / uauth / customer / models.py @ 09d398ce

1
from django.db import models
2

    
3
# Create your models here.
4

    
5
class Customer(models.Model):
6
    pass
(3-3/5)