⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Calebasse
All Projects
Produits Entr'ouvert
»
Calebasse
Overview
Activity
Roadmap
Issues
News
Documents
Wiki
Files
Repository
Download (241 Bytes)
Statistics
| Branch:
cv2
demo
master
new-features
regularisation
wip-Django1.7
| Tag:
1.0.0
1.0.1
1.0.99
1.1.0
1.1.1
1.1.2
cv2-1
cv2-2
v1.2.0
v1.2.99
| Revision:
calebasse
/
calebasse
/
cale_base
/
models
/
patient.py
@ 8fe9b477
View
History
Annotate
from
django.db
import
models
class
Patient
(
models
.
Model
):
class
Meta
:
app_label
=
'cale_base'
first_name
=
models
.
CharField
(
max_length
=
100
)
last_name
=
models
.
CharField
(
max_length
=
100
)
# TODO add other fields
« Previous
1
2
3
4
5
6
7
Next »
(4-4/7)
Loading...