Commit fd292b36 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

update

parent 7f126a95
...@@ -18,7 +18,7 @@ class Command(BaseCommand): ...@@ -18,7 +18,7 @@ class Command(BaseCommand):
def handle(self, *args, **options): def handle(self, *args, **options):
if True: if False:
#update radio stations recotding time #update radio stations recotding time
print("Recording Time:") print("Recording Time:")
# recordingsDir = "/home/mario/virtualHDD/m3/recordings/" # recordingsDir = "/home/mario/virtualHDD/m3/recordings/"
......
m3Data={"users": 24, "publishers": 80, "text": 62, "audio": 17, "documents": 3872970, "searches": 112, "audioTime": 5842777}; m3Data={"users": 40, "publishers": 80, "text": 62, "audio": 18, "documents": 5052129, "searches": 929, "audioTime": 10188517};
\ No newline at end of file \ No newline at end of file
...@@ -43,7 +43,7 @@ INSTALLED_APPS = [ ...@@ -43,7 +43,7 @@ INSTALLED_APPS = [
'accounts.apps.AccountsConfig', 'accounts.apps.AccountsConfig',
'django.contrib.postgres', 'django.contrib.postgres',
'django_static_jquery', 'django_static_jquery',
'django_extensions',
] ]
MIDDLEWARE = [ MIDDLEWARE = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment