项目作者: desaidhruv

项目描述 :
🌱This is a simple task planner app to organize your work monthly, weekly, or daily.
高级语言: Python
项目地址: git://github.com/desaidhruv/Django-task-planner.git
创建时间: 2020-06-26T12:44:58Z
项目社区:https://github.com/desaidhruv/Django-task-planner

开源协议:

下载


Django-task-planner

This is a simple task planner app to organise your work monthly, weekly or daily.

Live on Heroku: https://dhruv-todo.herokuapp.com/

Task Planner

Getting Started

Steps:


  1. Clone/pull/download this repository

  2. Create a virtualenv with virtualenv env and install dependencies

  3. Configure your .env files.

  4. Activate the virtual env using Scripts/activate

  5. You’ve setup the virtual env and you’re good to run the project.


Installation


  1. pip install django


Usage


Go to mysite folder and run


  1. python manage.py runserver

Then go to the browser and enter the url http://127.0.0.1:8000/



This project includes:



  1. Section which tracks your daily tasks.

  2. Section which tracks your weekly tasks.

  3. Section which tracks your monthly tasks.