Skip to content

Commit a5da1f3

Browse files
committed
step 7 done
1 parent 86abd4c commit a5da1f3

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ migrate:
1010
build:
1111
./build.sh
1212

13+
test:
14+
pytest
15+
1316
render-start:
1417
gunicorn task_manager.wsgi:application
1518

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
### Hexlet tests and linter status:
2-
[![Actions Status](https://github.com/gordienkoas/python-project-52/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/gordienkoas/python-project-52/actions)
2+
[![Actions Status](https://github.com/gordienkoas/python-project-52/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/gordienkoas/python-project-52/actions)
3+
4+
## Task Manager. Hexlet.io School's final project.
5+
Task management is a Django web application. Django-based task tracking system with user authentication, relational models, forms, filtering, resource routing, and production monitoring via Rollbar. System similar to http://www.redmine.org/. It allows you to set tasks, assign performers and change their statuses. Login and authentication are required to work with the system.

db.sqlite3

-144 KB
Binary file not shown.

0 commit comments

Comments
 (0)