Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 246 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 246 Bytes

Todo

Simple Todo List App

pip install django

Should enter database name in settings.py like this;

DATABASES = { 'default': { 'ENGINE': 'django', 'NAME': '', } }

python manage.py runserver