Submit
Path:
~
/
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
testfixtures
/
tests
/
test_django
/
File Content:
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)
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
__pycache__
---
0755
__init__.py
0 bytes
0644
manage.py
273 bytes
0644
models.py
250 bytes
0644
settings.py
261 bytes
0644
test_compare.py
2932 bytes
0644
test_shouldraise.py
628 bytes
0644
N4ST4R_ID | Naxtarrr