Skip to content

Todolist single page application. You can make projects and tasks. Filter tasks by date & project.

Notifications You must be signed in to change notification settings

AcckiyGerman/todolist-django-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo django application.

Description

The application allow you to add/edit/remove projects and tasks.
The app uses django authentication system.

Local setup in debian/ubuntu:

git clone https://github.com/AcckiyGerman/todolist-django-vue.git  
cd todolist-django-vue

Create and load virtual environment:

By python utility:

sudo apt install python3-venv  
python3 -m venv venv
source venv/bin/activate

initialize project:

pip install -r requirements.txt
python manage.py makemigrations todolist
python manage.py migrate
python manage.py createsuperuser

Remember the superuser credentials.

run:

python manage.py runserver

check (in browser):

http://localhost:8000 - main page (you'll need to login).
http://localhost:8000/admin - page to create new users.

About

Todolist single page application. You can make projects and tasks. Filter tasks by date & project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published