Commit afed232b authored by Mario Chirinos's avatar Mario Chirinos

new m3 update

parent 607fbb2b
...@@ -138,7 +138,7 @@ class Command(BaseCommand): ...@@ -138,7 +138,7 @@ class Command(BaseCommand):
print ("Error: " + os.getcwd()+"/"+f) print ("Error: " + os.getcwd()+"/"+f)
print (type(d['topic'])) print (type(d['topic']))
data_file.close() data_file.close()
os.chdir("..") os.chdir("..")
os.chdir("..") os.chdir("..")
......
...@@ -90,7 +90,6 @@ DATABASES = { ...@@ -90,7 +90,6 @@ DATABASES = {
'PASSWORD': 'geoint', 'PASSWORD': 'geoint',
'HOST': 'localhost', 'HOST': 'localhost',
'PORT': '', 'PORT': '',
'SEARCH_CONFIG': 'unaccent_spa',
} }
} }
......
#!/bin/sh #!/bin/sh
python3 manage.py updateDB /home/debian/news/ python3 manage.py updateDB /data/m3/news/
python3 manage.py report catalog/static/js/data.js python3 manage.py report catalog/static/js/data.js
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