You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,20 @@
2
2
3
3
English | [中文](README.zh.md)
4
4
5
-
Django Celery Stack & Admin is a full-featured stack that integrates Django, Celery, and DjangoAsyncAdmin, designed to
6
-
provide web developers with a powerful and user-friendly asynchronous task and scheduling solution. The integration of
7
-
Django’s powerful web framework, Celery’s task queue and scheduling capabilities, and DjangoAsyncAdmin’s asynchronous
8
-
management interface allows developers to easily implement complex data processing, scheduled tasks, and interactive
9
-
management in their Django projects.
5
+
A comprehensive stack solution that ensures seamless compatibility between Celery and Django, integrating key components
6
+
such as django-celery-beat, django-celery-result, and django-celery-progress. This integration provides web developers
7
+
with a robust framework for handling asynchronous tasks, scheduling, and tracking task execution within their Django
8
+
projects.
9
+
10
+
In addition, its interface and interaction are very friendly and modern, and it has overcome the traditional interaction
11
+
shortcomings of Django by referencing [DjangoAsyncAdmin](https://github.com/Haoke98/DjangoAsyncAdmin).
12
+
10
13

11
14
12
15
### Django Celery Stack & Admin offers the following key features:
13
16
14
17
***Asynchronous Task Queue** :
15
-
18
+
16
19
Utilize Celery’s distributed message passing system to delegate CPU-bound tasks to the background, improving the responsiveness and performance of the application.
17
20
18
21
* Scheduled Task Scheduler:
@@ -36,12 +39,14 @@ management in their Django projects.
36
39
The design of Django Celery Stack & Admin is flexible, allowing for easy integration with other Django applications and Celery components to meet various requirements.
37
40
38
41

39
-
Whether you are a traditional web developer who needs to process a large amount of data or a system administrator who
40
-
requires complex scheduling tasks, Django Celery Stack & Admin is the perfect choice for you. It provides an efficient
41
-
and scalable asynchronous task and scheduling solution that will make your Django project run smoother. Join us now and
42
-
start enjoying the convenience brought by Django Celery Stack & Admin!
42
+
For both traditional web developers handling substantial data processing needs and system administrators tasked with
43
+
intricate scheduling, this full stack solution for Celery and Django compatibility is the optimal selection.
44
+
It delivers a proficient and scalable framework for managing asynchronous tasks and scheduling, enhancing the
45
+
performance of your Django projects. Embrace this solution today and begin reaping the benefits of streamlined task
46
+
management and scheduling within your Django environment.
@@ -24,3 +41,16 @@ Django Celery Stack & Admin offers the following key features:
24
41
* Easy to Integrate and Extend:
25
42
26
43
The design of Django Celery Stack & Admin is flexible, allowing for easy integration with other Django applications and Celery components to meet various requirements.
0 commit comments