File tree Expand file tree Collapse file tree 12 files changed +54
-9
lines changed Expand file tree Collapse file tree 12 files changed +54
-9
lines changed Original file line number Diff line number Diff line change 11### Hexlet tests and linter status:
2- [ ![ Actions Status] ( https://github.com/olyapka84/python-project-52/actions/workflows/hexlet-check.yml/badge.svg )] ( https://github.com/olyapka84/python-project-52/actions )
2+ [ ![ Actions Status] ( https://github.com/olyapka84/python-project-52/actions/workflows/hexlet-check.yml/badge.svg )] ( https://github.com/olyapka84/python-project-52/actions )
3+
4+ # Task Manager (Hexlet Project 52)
5+
6+ Финальный проект курса Python на Хекслете — менеджер задач на Django.
7+
8+ ## Деплой
9+
10+ Приложение доступно по адресу: [ https://python-project-52-76f1.onrender.com/ ] ( https://python-project-52-76f1.onrender.com/ )
Original file line number Diff line number Diff line change 1- from django .contrib import admin
21
32# Register your models here.
Original file line number Diff line number Diff line change 1- from django .db import models
21
32# Create your models here.
Original file line number Diff line number Diff line change 1- from django .test import TestCase
21
32# Create your tests here.
Original file line number Diff line number Diff line change 1- from django .shortcuts import render
21
32# Create your views here.
Original file line number Diff line number Diff line change @@ -11,3 +11,8 @@ dependencies = [
1111 " gunicorn" ,
1212 " whitenoise" ,
1313]
14+
15+ [dependency-groups ]
16+ dev = [
17+ " ruff>=0.13.3" ,
18+ ]
Original file line number Diff line number Diff line change 1+ line-length = 88
2+ exclude = [
3+ " migrations" ,
4+ " task_manager/settings.py" ,
5+ " .venv" ,
6+ ]
Original file line number Diff line number Diff line change 1- from django .contrib import admin
21
32# Register your models here.
Original file line number Diff line number Diff line change 1- from django .db import models
21
32# Create your models here.
Original file line number Diff line number Diff line change 1- from django .test import TestCase
21
32# Create your tests here.
You can’t perform that action at this time.
0 commit comments