Skip to content

klkvr/anytask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anytask Build Status

Used Python3.8

local install

Development installation commands:

# ... clone ...
# ... cd ...
. deploy_local_beta/run.sh
./anytask/manage.py runserver 127.0.0.1:8019 -v 3 --traceback

To activate environment in already deployed project run

. deploy_local_beta/activate.sh

Run deploy_local_beta/run.sh -h for more information.

How to run locally in docker:

  1. Create app.env file in root directory:

cp app.env.example app.env

  1. Run containers:

docker-compose up -d

  1. Access website at localhost:8000, emails at localhost:9000. Logs are printed to ./logs/full.log

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 43.8%
  • HTML 37.0%
  • JavaScript 13.2%
  • CSS 4.0%
  • Shell 1.4%
  • Less 0.3%
  • Other 0.3%