This website requires JavaScript.
Explore
Help
Register
Sign In
discoman
/
python-tdd
Watch
1
Star
0
Fork
0
You've already forked python-tdd
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b4b2b43475c74799a03d9f5b3da18a2fceea505e
python-tdd
/
apps
/
dashboard
/
models.py
5 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
actual commit from last attempt, now incl. all new files
2025-12-30 22:06:06 -05:00
from
django
.
db
import
models
+2 new migrations in apps.dashboard; added new Item() model to dashboard.models; added ItemModelTest() to .tests; cleaned up deadspace in functional_tests
2025-12-31 00:26:39 -05:00
class
Item
(
models
.
Model
)
:
text
=
models
.
TextField
(
default
=
'
'
)
Reference in New Issue
Copy Permalink