Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
09c39976
Commit
09c39976
authored
Apr 17, 2013
by
Kostas Papadimitriou
Committed by
Giorgos Korfiatis
Apr 18, 2013
Browse files
Astakos missing Service model migrations
parent
30713232
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/migrations/0028_auto__del_field_service_order__del_field_service_url__del_field_servic.py
0 → 100644
View file @
09c39976
This diff is collapsed.
Click to expand it.
snf-astakos-app/astakos/im/models.py
View file @
09c39976
...
...
@@ -122,7 +122,7 @@ def dict_merge(a, b):
class
Service
(
models
.
Model
):
name
=
models
.
CharField
(
_
(
'Name'
),
max_length
=
255
,
unique
=
True
,
db_index
=
True
)
api_url
=
models
.
CharField
(
_
(
'Service API url'
),
max_length
=
255
)
api_url
=
models
.
CharField
(
_
(
'Service API url'
),
max_length
=
255
,
null
=
True
)
auth_token
=
models
.
CharField
(
_
(
'Authentication Token'
),
max_length
=
32
,
null
=
True
,
blank
=
True
)
auth_token_created
=
models
.
DateTimeField
(
_
(
'Token creation date'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment