callat-qcd / lattedb

Lattice QCD database interface using EspressoDB as the content manager.
https://ithems.lbl.gov/lattedb
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Apache Cheat Sheet #32

Closed ckoerber closed 4 years ago

ckoerber commented 4 years ago

We need some notes on how deployment works in detail.

cchang5 commented 4 years ago

Reset DB

Delete cascade DB. lattedb wipemigrations lattedb makemigrations lattedb migrate grant select, insert, update on django_session to readonly; grant select, insert, update on auth_user to readonly; grant select, insert, update on django_admin_log to readonly; grant select, insert, update on django_content_type to readonly; python populate-Baryon2pt.py python define-ensemble.py python populate-fh-compare-sourceavg.py