File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ recursive-include django_celery_stack *.py
2+ recursive-include django_celery_stack/locale *.po
Original file line number Diff line number Diff line change @@ -40,3 +40,17 @@ Whether you are a traditional web developer who needs to process a large amount
4040requires complex scheduling tasks, Django Celery Stack & Admin is the perfect choice for you. It provides an efficient
4141and scalable asynchronous task and scheduling solution that will make your Django project run smoother. Join us now and
4242start enjoying the convenience brought by Django Celery Stack & Admin!
43+
44+ ### Develop & Contribution
45+ 1 . Clone the project to your local.
46+ ``` shell
47+ git clone https://github.com/Haoke98/django-celery-stack.git
48+ ```
49+ 2 . Build the package.
50+ ``` shell
51+ python setup.py build sdist
52+ ```
53+ 3. Deploy to [PyPI](https://pypi.org).
54+ ` ` ` shell
55+ twine upload dist/*
56+ ` ` `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " django-celery-stack"
7- version = " 1.0.0 "
7+ version = " 1.0.1 "
88dependencies = [
99 " django-crontab>=0.7.1" ,
1010 " DjangoAsyncAdmin>=6.11.2" ,
You can’t perform that action at this time.
0 commit comments