Skip to content

Commit

Permalink
Add requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Sep 24, 2016
1 parent 184ac72 commit 1f3d763
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion apps/assets/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def generate_fake(cls, count=100):
contact=forgery_py.name.full_name(),
phone=forgery_py.address.phone(),
address=forgery_py.address.city() + forgery_py.address.street_address(),
network="192.168.1.10/24\n192.168.1.20",
operator=choice(['北京联通', '北京电信', 'BGP全网通']),
comment=forgery_py.lorem_ipsum.sentence(),
created_by='Fake')
Expand Down
Binary file removed jumpserver0921.rar
Binary file not shown.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ ansible==2.1.1.0
django-simple-captcha==0.5.2
django-formtools==1.0
sshpubkeys==2.2.0
djangorestframework-bulk==0.2.1

0 comments on commit 1f3d763

Please sign in to comment.