Skip to content

ipuppet/data-filter-project

Repository files navigation

Data-filter Project

Install Dependencies

Clone the repository and navigate to the data-filter-project directory.

git clone https://github.com/ipuppet/data-filter-project
cd data-filter-project

Use Pip

pip-tools is used to manage the dependencies.

pip install -r requirements.txt

Init Database

./scripts/initdb.sh

Reset Database

./scripts/resetdb.sh

Run Server

python manage.py runserver

i18n

Create .po file

django-admin makemessages -l zh_Hans

Compile

django-admin compilemessages

pyinstaller

pyinstaller run.spec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published