Skip to content

Commit dbb7290

Browse files
Update README.md
1 parent 429fa4a commit dbb7290

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

README.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Django Tasks Manager - `How to use it`
1+
# [Django Tasks Manager](https://github.com/app-generator/django-tasks-manager) - `How to use it`
22

3-
This repository provides a `step-by-step` integration of Django Tasks Manager, an open-source Python library built on top of Celery. In the end, the `superusers` are able to manage tasks (create, revoke) and visualize the output and runtime logs - The product is actively supported by [AppSeed.
3+
This repository provides a `step-by-step` integration of [Django Tasks Manager](https://github.com/app-generator/django-tasks-manager), an open-source [Python Library](https://pypi.org/project/django-tasks-manager/) built on top of `Celery`. In the end, the `superusers` are able to manage tasks (create, revoke) and visualize the output and runtime logs - The product is actively supported by [AppSeed](https://appseed.us/).
44

55
> Features
66
@@ -14,11 +14,11 @@ This repository provides a `step-by-step` integration of Django Tasks Manager, a
1414

1515
<br />
1616

17-
@todo
17+
![Django Tasks Manager - Sample](https://user-images.githubusercontent.com/51070104/195776227-11a6a8a7-6481-4113-9d0f-95eae7b2faea.jpg)
1818

1919
<br />
2020

21-
## Project Creation - `v0.0.1` tag
21+
## 👉 Project Creation - `v0.0.1` tag
2222

2323
In this phase only the basic files are provided:
2424

@@ -36,7 +36,7 @@ $ pip install --upgrade pip # update PIP
3636

3737
<br />
3838

39-
## Create the Django Project - `v0.0.2` tag
39+
## 👉 Create the Django Project - `v0.0.2` tag
4040

4141
In this phase, the usual commands are used:
4242

@@ -49,7 +49,7 @@ $ python manage.py runserver # Access the basic app in the browser
4949

5050
<br />
5151

52-
## Install Django TM Package - `v0.0.3` tag
52+
## 👉 Install Django TM Package - `v0.0.3` tag
5353

5454
The new is installed and the related directories are created:
5555

@@ -62,10 +62,9 @@ $ mkdir celery_scripts # scripts to be executed
6262
The sample scripts are provided by the package for a fast start:
6363
https://github.com/app-generator/django-tasks-manager/tree/main/django_tm/celery_scripts
6464

65-
6665
<br />
6766

68-
## Install Django TM Package - `v0.0.4` tag
67+
## 👉 Install Django TM Package - `v0.0.4` tag
6968

7069
Update configuration and routing. Here are the impacted files:
7170

@@ -74,7 +73,7 @@ Update configuration and routing. Here are the impacted files:
7473

7574
<br />
7675

77-
## Final set up & Usage - `v1.0.0` tag
76+
## 👉 Final set up & Usage - `v1.0.0` tag
7877

7978
In this phase the project becomes usable. The database is migrated and a superuser is created to access and manage the tasks.
8079

@@ -98,3 +97,19 @@ Once the superuser is authenticated, the tasks manager should be usable:
9897

9998
> `http://127.0.0.1:8000/tasks`
10099
100+
<br />
101+
102+
![Django Tasks Manager - Tasks View Log.](https://user-images.githubusercontent.com/51070104/195777287-7484e731-f4ff-4465-9d3b-78517ee52658.jpg)
103+
104+
<br />
105+
106+
![Django Tasks Manager - View ALL Tasks.](https://user-images.githubusercontent.com/51070104/195777318-e2e7891c-4863-4fd1-9ee5-aba8ac00d418.jpg)
107+
108+
<br />
109+
110+
![Django Tasks Manager - View tasks in admin section.](https://user-images.githubusercontent.com/51070104/195777525-c4773ea7-4e71-4ed0-99f3-8f864243e894.jpg)
111+
112+
<br />
113+
114+
---
115+
[Django Tasks Manager](https://github.com/app-generator/django-tasks-manager) - Free sample provided by [AppSeed](https://appseed.us)

0 commit comments

Comments
 (0)