MANIFEST.in
README.rst
setup.py
bob/__init__.py
bob/admin.py
bob/api.py
bob/apps.py
bob/models.py
bob/tests.py
bob/urls.py
bob/utils.py
bob/views.py
bob/migrations/0001_initial.py
bob/migrations/0002_bobtasks.py
bob/migrations/__init__.py
bob/templates/bob/bobtask.html
bob/templates/bob/index.html
bob/templates/bob/login.html
django_bobgogo.egg-info/PKG-INFO
django_bobgogo.egg-info/SOURCES.txt
django_bobgogo.egg-info/dependency_links.txt
django_bobgogo.egg-info/top_level.txt
docs/index.md
docs/imgs/Iloveanan.png
docs/imgs/add_task.png
docs/imgs/admin.png
docs/imgs/after_api.png
docs/imgs/bobtask2.png
docs/imgs/bobtasks.png
docs/imgs/first_start.png
docs/imgs/foo.png
test/test_api.py