No description
| accounting | ||
| membership | ||
| membersystem | ||
| profiles | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| Makefile | ||
| manage.py | ||
| README.rst | ||
| requirements.txt | ||
| requirements_dev.txt | ||
| setup.cfg | ||
member.data.coop
================
To start developing:
# Create a virtualenv with python 3
$ mkvirtualenv -p python3 datacoop
# Run this make target, which installs all the requirements and sets up a
# development database.
$ make dev-setup