Skip to content

Commit

Permalink
Test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0dium committed Nov 23, 2021
1 parent d3d969e commit be7a9d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions demo_app/example_app/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

import re

try:
from django.urls import url, re_path
except ImportError:
from django.conf.urls import url, re_path
from django.urls import re_path

from . import views

Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
python-decouple
python-dateutil
python-dateutil~=2.8.1
six

Django~=3.2
pytz~=2020.5

0 comments on commit be7a9d9

Please sign in to comment.