MANIFEST.in
README.md
setup.cfg
setup.py
gollama/__init__.py
gollama/manage.py
gollama.egg-info/PKG-INFO
gollama.egg-info/SOURCES.txt
gollama.egg-info/dependency_links.txt
gollama.egg-info/requires.txt
gollama.egg-info/top_level.txt
gollama/backend/__init__.py
gollama/backend/admin.py
gollama/backend/apps.py
gollama/backend/models.py
gollama/backend/views.py
gollama/backend/migrations/0001_initial.py
gollama/backend/migrations/__init__.py
gollama/backend/tests/__init__.py
gollama/backend/tests/test_api/__init__.py
gollama/backend/tests/test_models/__init__.py
gollama/backend/tests/test_models/test_shorthand.py
gollama/frontend/__init__.py
gollama/frontend/admin.py
gollama/frontend/apps.py
gollama/frontend/models.py
gollama/frontend/urls.py
gollama/frontend/views.py
gollama/frontend/migrations/__init__.py
gollama/frontend/static/css/main.css
gollama/frontend/static/img/gollama.png
gollama/frontend/static/javascript/main.js
gollama/frontend/tests/__init__.py
gollama/frontend/tests/test_requests/__init__.py
gollama/frontend/tests/test_requests/test_create.py
gollama/frontend/tests/test_requests/test_redirect.py
gollama/gollama/__init__.py
gollama/gollama/asgi.py
gollama/gollama/settings.py
gollama/gollama/urls.py
gollama/gollama/wsgi.py
gollama/templates/base.html
gollama/templates/index.html
gollama/templates/nav.html
gollama/templates/static_css.html
gollama/templates/static_js.html