Skip to content

metajungle/jungletasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JungleTasks

A simple Web application for keeping track of tasks.

An example instance of the application is running at http://tasks.metajungle.net

This application is implemented using, supports and uses, the following technologies:

  • The Django Web Framework
  • The Bootstrap Web front-end framework
  • The CSS extension framework SASS for improved CSS handling
  • Responsive design to better support mobile devices
  • The jQuery JavaScript library
  • The Handlebars JavaScript template library

Settings

The following can be configured in settings.py:

JUNGLETASKS_DOMAIN = 'myapplication.com'

The domain and port where the application is running. Used for referring to the applications in email communication (e.g. account registration). Defaults to localhost:8000 if Django's DEBUG setting is True.

JUNGLETASKS_SEND_EMAIL_FROM = 'Jungle Tasks (No-Reply) <tasks@myapplication.net>'

The email address that the application uses to send emails from. The account the emails are sent from is configured using the standard Django EMAIL_* settings.

JUNGLETASKS_SIGNUP_EMAIL_NOTIFICATION = False

True if the application should send emails to the application administrators when a user signs up, False otherwise.

About

Simple tasks web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published