https://github.com/ajsalemo/python-django
An application using Python to test out the Django framework, including Docker and Nginx
https://github.com/ajsalemo/python-django
boostrap4 bootstrap datepicker django javascript jquery jquery-ui pip pipenv python python3 responsive-web-design sass scss sqllite3
Last synced: 2 months ago
JSON representation
An application using Python to test out the Django framework, including Docker and Nginx
- Host: GitHub
- URL: https://github.com/ajsalemo/python-django
- Owner: Ajsalemo
- Created: 2020-04-20T02:44:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T19:40:20.000Z (almost 6 years ago)
- Last Synced: 2025-05-21T05:36:24.137Z (about 1 year ago)
- Topics: boostrap4, bootstrap, datepicker, django, javascript, jquery, jquery-ui, pip, pipenv, python, python3, responsive-web-design, sass, scss, sqllite3
- Language: Python
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Django
An application using Python to test out the Django framework.

## Login and Sign up
To access the application, sign up by creating an account, afterwards you'll be able to log in
## Tasks/Todos
Tasks and todos are the same concept. You can create a task which is set without any due date, importance or completion mark.
### Due date
A due date can be set for a task which will appear underneath the task's text. A due date cannot be set in the past. If a due date is past due, it will turn red. A due date can be updated at any time.
### Importance
A task can be marked as important, the star icon will appear solid when important and only an outline showing when it has non-importance.
### Completion
When a task if marked as completed(by clicking the circle to the left of the task), a strikethough will go through the task's text, marking it as complete.
## Important tasks by default
Tasks created under the 'Important tasks' view will be marked as important by default.
## Delete
Tasks can be deleted from either the normal or 'important' dashboard.
## Accounts
Accounts are created with Djangos built-in authentication with validation included. Accounts are case sensitive. Currently they only serve the purpose as to access your stored tasks, no other customization has been added yet.