Skip to content

Commit

Permalink
backup WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
shtayeb committed May 26, 2024
1 parent 2ffbed1 commit 062f49b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/geodb/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# FIXME do not use absolute paths
# It gives error in the local environment
os.chdir(r'/home/ubuntu/data/GLOFAS/alerts/')
# os.chdir(r'/home/ubuntu/data/GLOFAS/alerts/')


def get_db_connection():
Expand Down
2 changes: 1 addition & 1 deletion src/manage.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
. $HOME/.override_env
/usr/local/bin/python /usr/src/my_geonode/manage.py $@
/usr/bin/python /usr/src/my_geonode/manage.py $@
4 changes: 2 additions & 2 deletions src/my_geonode/br/settings_docker.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dumpvectordata = yes
dumprasterdata = yes

[fixtures]
apps = contenttypes,auth,people,groups,account,guardian,admin,actstream,announcements,avatar,base,dialogos,documents,geoserver,invitations,pinax_notifications,layers,maps,oauth2_provider,services,harvesting,sites,socialaccount,taggit,tastypie,upload,user_messages,geonode_themes,geoapps,favorite,geonode_client
dumps = contenttypes,auth,people,groups,account,guardian,admin,actstream,announcements,avatar,base,dialogos,documents,geoserver,invitations,pinax_notifications,layers,maps,oauth2_provider,services,harvesting,sites,socialaccount,taggit,tastypie,upload,user_messages,geonode_themes,geoapps,favorite,geonode_client
apps = contenttypes,auth,people,groups,account,guardian,admin,actstream,announcements,avatar,base,documents,geoserver,invitations,pinax_notifications,layers,maps,oauth2_provider,services,harvesting,sites,socialaccount,taggit,tastypie,upload,user_messages,geonode_themes,geoapps,favorite,geonode_client
dumps = contenttypes,auth,people,groups,account,guardian,admin,actstream,announcements,avatar,base,documents,geoserver,invitations,pinax_notifications,layers,maps,oauth2_provider,services,harvesting,sites,socialaccount,taggit,tastypie,upload,user_messages,geonode_themes,geoapps,favorite,geonode_client

0 comments on commit 062f49b

Please sign in to comment.