todo app added,
sqlite3 file, bootstrap, landing_page under '/start', requirements.txt
db.sqlite3
0 → 100644
File added
requirements.txt
0 → 100644
alabaster==0.7.12 | ||
asgiref==3.2.9 | ||
Babel==2.8.0 | ||
beautifulsoup4==4.9.1 | ||
certifi==2020.4.5.2 | ||
chardet==3.0.4 | ||
Django==3.0.7 | ||
django-bootstrap4==2.1.0 | ||
docutils==0.16 | ||
idna==2.9 | ||
imagesize==1.2.0 | ||
importlib-metadata==1.6.1 | ||
Jinja2==2.11.2 | ||
MarkupSafe==1.1.1 | ||
packaging==20.4 | ||
Pygments==2.6.1 | ||
pyparsing==2.4.7 | ||
pytz==2020.1 | ||
requests==2.24.0 | ||
six==1.15.0 | ||
snowballstemmer==2.0.0 | ||
soupsieve==2.0.1 | ||
Sphinx==3.1.1 | ||
sphinx-rtd-theme==0.4.3 | ||
sphinxcontrib-applehelp==1.0.2 | ||
sphinxcontrib-devhelp==1.0.2 | ||
sphinxcontrib-htmlhelp==1.0.3 | ||
sphinxcontrib-jsmath==1.0.1 | ||
sphinxcontrib-qthelp==1.0.3 | ||
sphinxcontrib-serializinghtml==1.1.4 | ||
sqlparse==0.3.1 | ||
urllib3==1.25.9 | ||
zipp==3.1.0 |
templates/todo/base.html
0 → 100644
todo/__init__.py
0 → 100644
todo/admin.py
0 → 100644
todo/apps.py
0 → 100644
todo/migrations/__init__.py
0 → 100644
todo/models.py
0 → 100644
todo/tests.py
0 → 100644
todo/views.py
0 → 100644
Please register or sign in to comment