Upgrade Django
This commit is contained in:
parent
3d2ddcc206
commit
ca7250171a
|
@ -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(
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user