Toggle navigation
Toggle navigation
This project
Loading...
Sign in
cse437_e
/
smartdoorlock-backend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
dahee kim
2020-11-17 00:27:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c75022af44fea2ef75d3e0f15d63b814a67cb199
c75022af
1 parent
ab9e5896
change attribute name of RemoteHistory
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
api/models.py
api/models.py
View file @
c75022a
...
...
@@ -21,7 +21,7 @@ class Lock(models.Model) :
class
RemoteHistory
(
models
.
Model
)
:
device_name
=
models
.
CharField
(
max_length
=
255
)
c
trtime
=
models
.
DateTimeField
(
default
=
timezone
.
now
)
c
reated
=
models
.
DateTimeField
(
default
=
timezone
.
now
)
class
Record
(
models
.
Model
)
:
id
=
models
.
IntegerField
(
primary_key
=
True
)
...
...
Please
register
or
login
to post a comment