Skip to content

Commit

Permalink
fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Feb 4, 2020
1 parent 06f4d61 commit 4d91121
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions demoproject/demoproject/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ class TestKid(models.Model):
wanted_games_qtd = models.BigIntegerField()
birthday = models.DateField()
appointment = models.DateTimeField()


1 change: 1 addition & 0 deletions demoproject/test_settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .demoproject.settings import * # noqa
from .demoproject.settings import INSTALLED_APPS

ROOT_URLCONF = 'demoproject.demoproject.urls'
ADMIN_TOOLS_MENU = 'demoproject.menu.CustomMenu'
Expand Down

0 comments on commit 4d91121

Please sign in to comment.