Skip to content

Commit e3b6d80

Browse files
committed
chore:update dependencies
1 parent 899a3fb commit e3b6d80

File tree

2 files changed

+69
-81
lines changed

2 files changed

+69
-81
lines changed

poetry.lock

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testproject/testproject/settings.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
"""
2-
Django settings for testproject project.
3-
4-
Generated by 'django-admin startproject' using Django 1.9.3.
5-
6-
For more information on this file, see
7-
https://docs.djangoproject.com/en/1.9/topics/settings/
8-
9-
For the full list of settings and their values, see
10-
https://docs.djangoproject.com/en/1.9/ref/settings/
11-
"""
12-
131
import os
142

153
import django
16-
from fakeredis import FakeStrictRedis, FakeRedis, FakeServer, FakeConnection
4+
from fakeredis import FakeConnection
175

186
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
197

0 commit comments

Comments
 (0)