Clone the repository and navigate to the data-filter-project
directory.
git clone https://github.com/ipuppet/data-filter-project
cd data-filter-project
pip-tools is used to manage the dependencies.
pip install -r requirements.txt
./scripts/initdb.sh
./scripts/resetdb.sh
python manage.py runserver
django-admin makemessages -l zh_Hans
django-admin compilemessages
pyinstaller run.spec