AUTHORS
ChangeLog
Dockerfile
LICENSE
Makefile
Pipfile
Pipfile.lock
README.rst
bookmarklet.js
docker_entrypoint.sh
pyproject.toml
setup.cfg
setup.py
burl/__init__.py
burl/__version__.py
burl/manage.py
burl.egg-info/PKG-INFO
burl.egg-info/SOURCES.txt
burl.egg-info/dependency_links.txt
burl.egg-info/entry_points.txt
burl.egg-info/not-zip-safe
burl.egg-info/pbr.json
burl.egg-info/top_level.txt
burl/core/__init__.py
burl/core/admin.py
burl/core/apps.py
burl/core/models.py
burl/core/utils.py
burl/core/views.py
burl/core/wsgi.py
burl/core/api/__init__.py
burl/core/api/serializers.py
burl/core/api/views.py
burl/core/api/viewsets.py
burl/core/conf/__init__.py
burl/core/conf/settings.py
burl/core/migrations/0001_initial.py
burl/core/migrations/0002_auto_20210508_1204.py
burl/core/migrations/0003_migrate_redirects_briefurls.py
burl/core/migrations/0004_alter_burluser_first_name.py
burl/core/migrations/__init__.py
burl/core/static/core/404.jpg
burl/core/static/core/burl_styles.css
burl/core/templates/404.html
burl/core/templates/core/__base.html
burl/core/templates/core/api/swagger.html
burl/core/templates/registration/logged_out.html
burl/core/templates/registration/login.html
burl/core/templates/registration/password_change_done.html
burl/core/templates/registration/password_change_form.html
burl/core/templates/registration/password_reset_complete.html
burl/core/templates/registration/password_reset_confirm.html
burl/core/templates/registration/password_reset_done.html
burl/core/templates/registration/password_reset_form.html
burl/core/tests/__init__.py
burl/core/tests/test_api.py
burl/core/tests/test_models.py
burl/core/tests/test_views.py
burl/core/urls/__init__.py
burl/core/urls/api_v1.py
burl/core/urls/api_v2.py
burl/core/urls/root.py