A django project for data management and planing of Single-Crystal X-ray measurements. Users can submit samples to be measured by others.
try it with
git clone https://github.com/dkratzert/messlog.git
cd messlog
python3 -m venv venv
pip3 install -r requirements.txt
python manage.py runserver
+ You have to know how django works.
- In order to initially start the database, you have to apply some fixtures first: python manage.py loaddata "All fixtures in scxrd/fixtures/*.json"
This project is still in strong flux. Do not expect anything to stay as it is. Even the name might change.