Tests #24

Merged
Derinhelm merged 10 commits from tests into develop 2021-04-28 23:02:35 +03:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 0ee81d4b42 - Show all commits

View File

@@ -28,7 +28,7 @@ DEBUG = True
ALLOWED_HOSTS = [] ALLOWED_HOSTS = []
if DEBUG: if DEBUG:
ALLOWED_HOSTS = ["0.0.0.0", "localhost", "127.0.0.1"] ALLOWED_HOSTS = ["0.0.0.0", "localhost", "127.0.0.1", "ALLOWED_HOSTS", "testserver"]
# Application definition # Application definition

View File

@@ -1,3 +1,4 @@
pytest==6.2.3
djangorestframework==3.12.4 djangorestframework==3.12.4
django-filter==2.4.0 django-filter==2.4.0
markdown==3.3.4 markdown==3.3.4