File: models.py

package info (click to toggle)
celery 5.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 8,376 kB
  • sloc: python: 67,264; sh: 795; makefile: 378
file content (5 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (4)
1
2
3
4
5
from django.db import models


class Widget(models.Model):
    name = models.CharField(max_length=140)