Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1606885025-practice
Commits
f0796566
Commit
f0796566
authored
Nov 22, 2019
by
Rani Lasma Uli
Browse files
add test_models for accounts
parent
67ab144c
Changes
2
Hide whitespace changes
Inline
Side-by-side
accounts/migrations/0005_auto_20191122_1726.py
0 → 100644
View file @
f0796566
# -*- coding: utf-8 -*-
# Generated by Django 1.11.24 on 2019-11-22 10:26
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
import
uuid
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'accounts'
,
'0004_auto_20191121_2313'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'token'
,
name
=
'uid'
,
field
=
models
.
CharField
(
default
=
uuid
.
uuid4
,
max_length
=
40
),
),
]
accounts/tests/test_models.py
0 → 100644
View file @
f0796566
Write
Preview
Supports
Markdown
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