Skip to content

Ker0s1n/python-project-52

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Link for testig the app:

https://task-manager-ch.onrender.com

This is a simple Django-based web application for managing your tasks

Installation and startup instructions are saved in the Makefile

Install dependencies by running

make install

Create .env file and set variables

DATABASE_URL = 'postgresql://user:password@host:port/database_name'
DEBUG = False
SECRET_KEY = 'your_secret'
# DEVELOPMENT_MODE = True for use db.sqlite3 database, for example, to detect errors when DEBUG = True

Run the build script

make build

Launch the app

# gunicorn
make start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages