Skip to content

facundoRecabarren/tasksWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks Web App

The following project is a Web that lets you manage your tasks, like an agenda. It is made with HTML5, CSS, Bootstrap, JS and Django/Python.
If you want to try it, currently it is deployed on heroku (https://tasksprojectfacu.herokuapp.com/).
In case you want to download it you will need to set a value to the SECRET_KEY variable in settings.py. You can use "decouple" and .env file to store it, or set an environment variable in your OS.
To generate a value for that variable you can make:

  1. import secrets
  2. secrets.token_hex(24)

And copy the result.

About

Web App made with Django/Python and deployed on Heroku.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published