PHP 8.2.30
Preview: models.py Size: 250 B
//opt/cloudlinux/venv/lib/python3.11/site-packages/testfixtures/tests/test_django/models.py

from django.db import models


class OtherModel(models.Model):
    pass


class SampleModel(models.Model):
    value = models.IntegerField()
    not_editable = models.IntegerField(editable=False)
    created = models.DateTimeField(auto_now_add=True)

Directory Contents

Dirs: 1 × Files: 6

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
273 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
250 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
261 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
2.86 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
628 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
0 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).