Upgrade Django

This commit is contained in:
Tanner Collin 2020-02-11 22:47:14 +00:00
parent 3d2ddcc206
commit ca7250171a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ class Command(BaseCommand):
self.stdout.write('{} - Beginning hourly tasks'.format(str(now()))) self.stdout.write('{} - Beginning hourly tasks'.format(str(now())))
start = time.time() start = time.time()
count = self.generate_stats() self.generate_stats()
self.stdout.write('Generated stats') self.stdout.write('Generated stats')
self.stdout.write('Completed tasks in {} s'.format( self.stdout.write('Completed tasks in {} s'.format(

View File

@ -7,7 +7,7 @@ certifi==2019.11.28
cffi==1.13.2 cffi==1.13.2
chardet==3.0.4 chardet==3.0.4
defusedxml==0.6.0 defusedxml==0.6.0
Django==3.0.2 Django==3.0.3
django-allauth==0.41.0 django-allauth==0.41.0
django-rest-auth==0.9.5 django-rest-auth==0.9.5
django-simple-history==2.8.0 django-simple-history==2.8.0