diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2019-07-15 15:05:22 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2019-07-15 15:05:22 +0800 |
commit | 166061a3dc12ac011ae8d2b11256e58761e4f698 (patch) | |
tree | 18bbca6395bfbd8e4d9dafa7beaddd3b1d1cb7d3 /mgr | |
parent | fa15a3914005886dbf2f57ef8986f5407b396acc (diff) |
Update Django version
Change-Id: Ifc9e70ff4512e0bbddae64f2edcc9391dbc58996
Issue-ID: VFC-1429
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'mgr')
-rw-r--r-- | mgr/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/requirements.txt b/mgr/requirements.txt index 8e695a0..a88b0c3 100644 --- a/mgr/requirements.txt +++ b/mgr/requirements.txt @@ -1,5 +1,5 @@ # rest framework -Django==2.1.4 +Django==2.1.10 djangorestframework==3.9.4 # for access MySQL |