Skip to content

Commit

Permalink
flake8 error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nishu-saini committed Nov 2, 2023
1 parent d0280d0 commit b9f46f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions app/core/tests/test_admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"""
Test for the Django admin modifications
"""
from django.test import TestCase, Client
from django.contrib.auth import get_user_model
from django.urls import reverse


class AdminSiteTests(TestCase):
"""Tests for Django admin.."""
pass
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Django>=3.2.4,<3.3
djangorestframework>=3.12.4,<3.13
psycopg2>=2.8.6,<2.9
psycopg2>=2.8.6,<2.9
flake8>=3.9.2,<3.10

0 comments on commit b9f46f2

Please sign in to comment.