Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
m3_webInterface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
m3
m3_webInterface
Commits
fd292b36
Commit
fd292b36
authored
May 13, 2022
by
Mario Chirinos Colunga
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
7f126a95
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
updateDB.py
catalog/management/commands/updateDB.py
+1
-1
data.js
catalog/static/js/data.js
+1
-1
settings.py
m3_webInterface/settings.py
+1
-1
No files found.
catalog/management/commands/updateDB.py
View file @
fd292b36
...
...
@@ -18,7 +18,7 @@ class Command(BaseCommand):
def
handle
(
self
,
*
args
,
**
options
):
if
Tru
e
:
if
Fals
e
:
#update radio stations recotding time
print
(
"Recording Time:"
)
# recordingsDir = "/home/mario/virtualHDD/m3/recordings/"
...
...
catalog/static/js/data.js
View file @
fd292b36
m3Data
=
{
"users"
:
24
,
"publishers"
:
80
,
"text"
:
62
,
"audio"
:
17
,
"documents"
:
3872970
,
"searches"
:
112
,
"audioTime"
:
5842777
};
\ No newline at end of file
m3Data
=
{
"users"
:
40
,
"publishers"
:
80
,
"text"
:
62
,
"audio"
:
18
,
"documents"
:
5052129
,
"searches"
:
929
,
"audioTime"
:
10188517
};
\ No newline at end of file
m3_webInterface/settings.py
View file @
fd292b36
...
...
@@ -43,7 +43,7 @@ INSTALLED_APPS = [
'accounts.apps.AccountsConfig'
,
'django.contrib.postgres'
,
'django_static_jquery'
,
'django_extensions'
,
]
MIDDLEWARE
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment