Add requirement

pull/530/head
ibuler 2016-09-24 11:44:59 +08:00
parent 184ac728db
commit 1f3d763490
3 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,6 @@ class IDC(models.Model):
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')

Binary file not shown.

View File

@ -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