cortex-lab / alyx

Database for experimental neuroscience laboratories
44 stars 11 forks source link

Remove static #842

Closed k1o0 closed 5 months ago

k1o0 commented 5 months ago

Static Django files depend on Django version so do not need to be added to the Alyx repo. I've removed them and added the alyx/static/*/* pattern to .gitignore. This should spare the alyx/static/ref_weighings_*.csv files that are the only two alyx-specific files we add to this folder. Also updated the workflow and installation instructions to explicitly copy these Django files.