Skip to content

guiomenezes/Tasks

Repository files navigation

Tasks

Tasks helps you registering and managing your to-do list with just a few clicks. Showing which task is currently pending or completed.

image

Features

Tasks allows you to create, edit and delete tasks at any moment, helping you managing all your dayly-basis activities

Technology

Python, HTML and Django Framework.

How to use/run

If you want to use Tasks access the link below:

https://tasks-a345.onrender.com/

Then, click on "Don't have an account? Click here." and fill out the form to get your account created. -- You don't need to use a real email address to have access to it. --

But, if you want to run Tasks locally follow the steps below. (You need Python already installed in your system.)

  1. Download this repo to your computer and open the folder using some editor as VSCode or PyCharm.
  2. In the terminal, run the command 'pip install -r requirements.txt'. This action will install all tools needed.
  3. Go to 'tasks_project' folder, find the file 'settings.py' and look for the section 'DATABASES'. Replace all section with the code below

DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': BASE_DIR / 'db.sqlite3', } }

  1. In terminal run 'python -m makemigrations', and then 'python -m migrate'. This two lines will create a db.sqlite3 file locally.
  2. Run the command 'python ./manage.py runserver'.
  3. In your favorite browser type the address 'http://127.0.0.1:8000' -- Tasks login page will be showed for you. --

About

Tasks helps you registering and managing your to-do list with just a few clicks.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors