diff --git a/fedireads/__init__.py b/bookwyrm/__init__.py similarity index 100% rename from fedireads/__init__.py rename to bookwyrm/__init__.py diff --git a/fedireads/activitypub/__init__.py b/bookwyrm/activitypub/__init__.py similarity index 100% rename from fedireads/activitypub/__init__.py rename to bookwyrm/activitypub/__init__.py diff --git a/fedireads/activitypub/base_activity.py b/bookwyrm/activitypub/base_activity.py similarity index 100% rename from fedireads/activitypub/base_activity.py rename to bookwyrm/activitypub/base_activity.py diff --git a/fedireads/activitypub/book.py b/bookwyrm/activitypub/book.py similarity index 100% rename from fedireads/activitypub/book.py rename to bookwyrm/activitypub/book.py diff --git a/fedireads/activitypub/interaction.py b/bookwyrm/activitypub/interaction.py similarity index 100% rename from fedireads/activitypub/interaction.py rename to bookwyrm/activitypub/interaction.py diff --git a/fedireads/activitypub/note.py b/bookwyrm/activitypub/note.py similarity index 100% rename from fedireads/activitypub/note.py rename to bookwyrm/activitypub/note.py diff --git a/fedireads/activitypub/ordered_collection.py b/bookwyrm/activitypub/ordered_collection.py similarity index 100% rename from fedireads/activitypub/ordered_collection.py rename to bookwyrm/activitypub/ordered_collection.py diff --git a/fedireads/activitypub/person.py b/bookwyrm/activitypub/person.py similarity index 100% rename from fedireads/activitypub/person.py rename to bookwyrm/activitypub/person.py diff --git a/fedireads/activitypub/verbs.py b/bookwyrm/activitypub/verbs.py similarity index 100% rename from fedireads/activitypub/verbs.py rename to bookwyrm/activitypub/verbs.py diff --git a/fedireads/books_manager.py b/bookwyrm/books_manager.py similarity index 100% rename from fedireads/books_manager.py rename to bookwyrm/books_manager.py diff --git a/fedireads/broadcast.py b/bookwyrm/broadcast.py similarity index 100% rename from fedireads/broadcast.py rename to bookwyrm/broadcast.py diff --git a/fedireads/connectors/__init__.py b/bookwyrm/connectors/__init__.py similarity index 100% rename from fedireads/connectors/__init__.py rename to bookwyrm/connectors/__init__.py diff --git a/fedireads/connectors/abstract_connector.py b/bookwyrm/connectors/abstract_connector.py similarity index 100% rename from fedireads/connectors/abstract_connector.py rename to bookwyrm/connectors/abstract_connector.py diff --git a/fedireads/connectors/fedireads_connector.py b/bookwyrm/connectors/fedireads_connector.py similarity index 100% rename from fedireads/connectors/fedireads_connector.py rename to bookwyrm/connectors/fedireads_connector.py diff --git a/fedireads/connectors/openlibrary.py b/bookwyrm/connectors/openlibrary.py similarity index 100% rename from fedireads/connectors/openlibrary.py rename to bookwyrm/connectors/openlibrary.py diff --git a/fedireads/connectors/openlibrary_languages.py b/bookwyrm/connectors/openlibrary_languages.py similarity index 100% rename from fedireads/connectors/openlibrary_languages.py rename to bookwyrm/connectors/openlibrary_languages.py diff --git a/fedireads/connectors/self_connector.py b/bookwyrm/connectors/self_connector.py similarity index 100% rename from fedireads/connectors/self_connector.py rename to bookwyrm/connectors/self_connector.py diff --git a/fedireads/connectors/settings.py b/bookwyrm/connectors/settings.py similarity index 100% rename from fedireads/connectors/settings.py rename to bookwyrm/connectors/settings.py diff --git a/fedireads/forms.py b/bookwyrm/forms.py similarity index 100% rename from fedireads/forms.py rename to bookwyrm/forms.py diff --git a/fedireads/goodreads_import.py b/bookwyrm/goodreads_import.py similarity index 100% rename from fedireads/goodreads_import.py rename to bookwyrm/goodreads_import.py diff --git a/fedireads/incoming.py b/bookwyrm/incoming.py similarity index 100% rename from fedireads/incoming.py rename to bookwyrm/incoming.py diff --git a/fedireads/migrations/0001_initial.py b/bookwyrm/migrations/0001_initial.py similarity index 100% rename from fedireads/migrations/0001_initial.py rename to bookwyrm/migrations/0001_initial.py diff --git a/fedireads/migrations/0002_auto_20200219_0816.py b/bookwyrm/migrations/0002_auto_20200219_0816.py similarity index 100% rename from fedireads/migrations/0002_auto_20200219_0816.py rename to bookwyrm/migrations/0002_auto_20200219_0816.py diff --git a/fedireads/migrations/0003_auto_20200221_0131.py b/bookwyrm/migrations/0003_auto_20200221_0131.py similarity index 100% rename from fedireads/migrations/0003_auto_20200221_0131.py rename to bookwyrm/migrations/0003_auto_20200221_0131.py diff --git a/fedireads/migrations/0004_tag.py b/bookwyrm/migrations/0004_tag.py similarity index 100% rename from fedireads/migrations/0004_tag.py rename to bookwyrm/migrations/0004_tag.py diff --git a/fedireads/migrations/0005_auto_20200221_1645.py b/bookwyrm/migrations/0005_auto_20200221_1645.py similarity index 100% rename from fedireads/migrations/0005_auto_20200221_1645.py rename to bookwyrm/migrations/0005_auto_20200221_1645.py diff --git a/fedireads/migrations/0006_auto_20200221_1702.py b/bookwyrm/migrations/0006_auto_20200221_1702.py similarity index 100% rename from fedireads/migrations/0006_auto_20200221_1702.py rename to bookwyrm/migrations/0006_auto_20200221_1702.py diff --git a/fedireads/migrations/0007_auto_20200223_0902.py b/bookwyrm/migrations/0007_auto_20200223_0902.py similarity index 100% rename from fedireads/migrations/0007_auto_20200223_0902.py rename to bookwyrm/migrations/0007_auto_20200223_0902.py diff --git a/fedireads/migrations/0008_auto_20200224_1504.py b/bookwyrm/migrations/0008_auto_20200224_1504.py similarity index 100% rename from fedireads/migrations/0008_auto_20200224_1504.py rename to bookwyrm/migrations/0008_auto_20200224_1504.py diff --git a/fedireads/migrations/0009_status_published_date.py b/bookwyrm/migrations/0009_status_published_date.py similarity index 100% rename from fedireads/migrations/0009_status_published_date.py rename to bookwyrm/migrations/0009_status_published_date.py diff --git a/fedireads/migrations/0010_auto_20200307_0655.py b/bookwyrm/migrations/0010_auto_20200307_0655.py similarity index 100% rename from fedireads/migrations/0010_auto_20200307_0655.py rename to bookwyrm/migrations/0010_auto_20200307_0655.py diff --git a/fedireads/migrations/0011_notification.py b/bookwyrm/migrations/0011_notification.py similarity index 100% rename from fedireads/migrations/0011_notification.py rename to bookwyrm/migrations/0011_notification.py diff --git a/fedireads/migrations/0012_auto_20200308_1625.py b/bookwyrm/migrations/0012_auto_20200308_1625.py similarity index 100% rename from fedireads/migrations/0012_auto_20200308_1625.py rename to bookwyrm/migrations/0012_auto_20200308_1625.py diff --git a/fedireads/migrations/0013_user_manually_approves_followers.py b/bookwyrm/migrations/0013_user_manually_approves_followers.py similarity index 100% rename from fedireads/migrations/0013_user_manually_approves_followers.py rename to bookwyrm/migrations/0013_user_manually_approves_followers.py diff --git a/fedireads/migrations/0014_status_remote_id.py b/bookwyrm/migrations/0014_status_remote_id.py similarity index 100% rename from fedireads/migrations/0014_status_remote_id.py rename to bookwyrm/migrations/0014_status_remote_id.py diff --git a/fedireads/migrations/0015_auto_20200311_1212.py b/bookwyrm/migrations/0015_auto_20200311_1212.py similarity index 100% rename from fedireads/migrations/0015_auto_20200311_1212.py rename to bookwyrm/migrations/0015_auto_20200311_1212.py diff --git a/fedireads/migrations/0016_auto_20200313_1337.py b/bookwyrm/migrations/0016_auto_20200313_1337.py similarity index 100% rename from fedireads/migrations/0016_auto_20200313_1337.py rename to bookwyrm/migrations/0016_auto_20200313_1337.py diff --git a/fedireads/migrations/0017_auto_20200314_2152.py b/bookwyrm/migrations/0017_auto_20200314_2152.py similarity index 100% rename from fedireads/migrations/0017_auto_20200314_2152.py rename to bookwyrm/migrations/0017_auto_20200314_2152.py diff --git a/fedireads/migrations/0018_favorite_remote_id.py b/bookwyrm/migrations/0018_favorite_remote_id.py similarity index 100% rename from fedireads/migrations/0018_favorite_remote_id.py rename to bookwyrm/migrations/0018_favorite_remote_id.py diff --git a/fedireads/migrations/0019_comment.py b/bookwyrm/migrations/0019_comment.py similarity index 100% rename from fedireads/migrations/0019_comment.py rename to bookwyrm/migrations/0019_comment.py diff --git a/fedireads/migrations/0020_auto_20200327_2335.py b/bookwyrm/migrations/0020_auto_20200327_2335.py similarity index 100% rename from fedireads/migrations/0020_auto_20200327_2335.py rename to bookwyrm/migrations/0020_auto_20200327_2335.py diff --git a/fedireads/migrations/0021_auto_20200328_0428.py b/bookwyrm/migrations/0021_auto_20200328_0428.py similarity index 100% rename from fedireads/migrations/0021_auto_20200328_0428.py rename to bookwyrm/migrations/0021_auto_20200328_0428.py diff --git a/fedireads/migrations/0022_auto_20200328_2001.py b/bookwyrm/migrations/0022_auto_20200328_2001.py similarity index 100% rename from fedireads/migrations/0022_auto_20200328_2001.py rename to bookwyrm/migrations/0022_auto_20200328_2001.py diff --git a/fedireads/migrations/0023_auto_20200328_2203.py b/bookwyrm/migrations/0023_auto_20200328_2203.py similarity index 100% rename from fedireads/migrations/0023_auto_20200328_2203.py rename to bookwyrm/migrations/0023_auto_20200328_2203.py diff --git a/fedireads/migrations/0024_federatedserver_application_version.py b/bookwyrm/migrations/0024_federatedserver_application_version.py similarity index 100% rename from fedireads/migrations/0024_federatedserver_application_version.py rename to bookwyrm/migrations/0024_federatedserver_application_version.py diff --git a/fedireads/migrations/0025_auto_20200330_0037.py b/bookwyrm/migrations/0025_auto_20200330_0037.py similarity index 100% rename from fedireads/migrations/0025_auto_20200330_0037.py rename to bookwyrm/migrations/0025_auto_20200330_0037.py diff --git a/fedireads/migrations/0026_auto_20200330_1456.py b/bookwyrm/migrations/0026_auto_20200330_1456.py similarity index 100% rename from fedireads/migrations/0026_auto_20200330_1456.py rename to bookwyrm/migrations/0026_auto_20200330_1456.py diff --git a/fedireads/migrations/0027_auto_20200330_2232.py b/bookwyrm/migrations/0027_auto_20200330_2232.py similarity index 100% rename from fedireads/migrations/0027_auto_20200330_2232.py rename to bookwyrm/migrations/0027_auto_20200330_2232.py diff --git a/fedireads/migrations/0028_auto_20200401_1824.py b/bookwyrm/migrations/0028_auto_20200401_1824.py similarity index 100% rename from fedireads/migrations/0028_auto_20200401_1824.py rename to bookwyrm/migrations/0028_auto_20200401_1824.py diff --git a/fedireads/migrations/0029_auto_20200403_1835.py b/bookwyrm/migrations/0029_auto_20200403_1835.py similarity index 100% rename from fedireads/migrations/0029_auto_20200403_1835.py rename to bookwyrm/migrations/0029_auto_20200403_1835.py diff --git a/fedireads/migrations/0030_quotation.py b/bookwyrm/migrations/0030_quotation.py similarity index 100% rename from fedireads/migrations/0030_quotation.py rename to bookwyrm/migrations/0030_quotation.py diff --git a/fedireads/migrations/0031_readthrough.py b/bookwyrm/migrations/0031_readthrough.py similarity index 100% rename from fedireads/migrations/0031_readthrough.py rename to bookwyrm/migrations/0031_readthrough.py diff --git a/fedireads/migrations/0032_auto_20200421_1347.py b/bookwyrm/migrations/0032_auto_20200421_1347.py similarity index 100% rename from fedireads/migrations/0032_auto_20200421_1347.py rename to bookwyrm/migrations/0032_auto_20200421_1347.py diff --git a/fedireads/migrations/0033_auto_20200422_1249.py b/bookwyrm/migrations/0033_auto_20200422_1249.py similarity index 100% rename from fedireads/migrations/0033_auto_20200422_1249.py rename to bookwyrm/migrations/0033_auto_20200422_1249.py diff --git a/fedireads/migrations/0034_importjob_import_status.py b/bookwyrm/migrations/0034_importjob_import_status.py similarity index 100% rename from fedireads/migrations/0034_importjob_import_status.py rename to bookwyrm/migrations/0034_importjob_import_status.py diff --git a/fedireads/migrations/0035_auto_20200429_1708.py b/bookwyrm/migrations/0035_auto_20200429_1708.py similarity index 100% rename from fedireads/migrations/0035_auto_20200429_1708.py rename to bookwyrm/migrations/0035_auto_20200429_1708.py diff --git a/fedireads/migrations/0036_auto_20200503_2007.py b/bookwyrm/migrations/0036_auto_20200503_2007.py similarity index 100% rename from fedireads/migrations/0036_auto_20200503_2007.py rename to bookwyrm/migrations/0036_auto_20200503_2007.py diff --git a/fedireads/migrations/0037_auto_20200504_0154.py b/bookwyrm/migrations/0037_auto_20200504_0154.py similarity index 100% rename from fedireads/migrations/0037_auto_20200504_0154.py rename to bookwyrm/migrations/0037_auto_20200504_0154.py diff --git a/fedireads/migrations/0038_author_remote_id.py b/bookwyrm/migrations/0038_author_remote_id.py similarity index 100% rename from fedireads/migrations/0038_author_remote_id.py rename to bookwyrm/migrations/0038_author_remote_id.py diff --git a/fedireads/migrations/0039_auto_20200510_2342.py b/bookwyrm/migrations/0039_auto_20200510_2342.py similarity index 100% rename from fedireads/migrations/0039_auto_20200510_2342.py rename to bookwyrm/migrations/0039_auto_20200510_2342.py diff --git a/fedireads/migrations/0040_auto_20200513_0153.py b/bookwyrm/migrations/0040_auto_20200513_0153.py similarity index 100% rename from fedireads/migrations/0040_auto_20200513_0153.py rename to bookwyrm/migrations/0040_auto_20200513_0153.py diff --git a/fedireads/migrations/0041_user_remote_id.py b/bookwyrm/migrations/0041_user_remote_id.py similarity index 100% rename from fedireads/migrations/0041_user_remote_id.py rename to bookwyrm/migrations/0041_user_remote_id.py diff --git a/fedireads/migrations/0042_auto_20200524_0346.py b/bookwyrm/migrations/0042_auto_20200524_0346.py similarity index 100% rename from fedireads/migrations/0042_auto_20200524_0346.py rename to bookwyrm/migrations/0042_auto_20200524_0346.py diff --git a/fedireads/migrations/0042_sitesettings.py b/bookwyrm/migrations/0042_sitesettings.py similarity index 100% rename from fedireads/migrations/0042_sitesettings.py rename to bookwyrm/migrations/0042_sitesettings.py diff --git a/fedireads/migrations/0043_siteinvite.py b/bookwyrm/migrations/0043_siteinvite.py similarity index 100% rename from fedireads/migrations/0043_siteinvite.py rename to bookwyrm/migrations/0043_siteinvite.py diff --git a/fedireads/migrations/0044_siteinvite_user.py b/bookwyrm/migrations/0044_siteinvite_user.py similarity index 100% rename from fedireads/migrations/0044_siteinvite_user.py rename to bookwyrm/migrations/0044_siteinvite_user.py diff --git a/fedireads/migrations/0045_merge_20200810_2010.py b/bookwyrm/migrations/0045_merge_20200810_2010.py similarity index 100% rename from fedireads/migrations/0045_merge_20200810_2010.py rename to bookwyrm/migrations/0045_merge_20200810_2010.py diff --git a/fedireads/migrations/__init__.py b/bookwyrm/migrations/__init__.py similarity index 100% rename from fedireads/migrations/__init__.py rename to bookwyrm/migrations/__init__.py diff --git a/fedireads/models/__init__.py b/bookwyrm/models/__init__.py similarity index 100% rename from fedireads/models/__init__.py rename to bookwyrm/models/__init__.py diff --git a/fedireads/models/base_model.py b/bookwyrm/models/base_model.py similarity index 100% rename from fedireads/models/base_model.py rename to bookwyrm/models/base_model.py diff --git a/fedireads/models/book.py b/bookwyrm/models/book.py similarity index 100% rename from fedireads/models/book.py rename to bookwyrm/models/book.py diff --git a/fedireads/models/connector.py b/bookwyrm/models/connector.py similarity index 100% rename from fedireads/models/connector.py rename to bookwyrm/models/connector.py diff --git a/fedireads/models/federated_server.py b/bookwyrm/models/federated_server.py similarity index 100% rename from fedireads/models/federated_server.py rename to bookwyrm/models/federated_server.py diff --git a/fedireads/models/import_job.py b/bookwyrm/models/import_job.py similarity index 100% rename from fedireads/models/import_job.py rename to bookwyrm/models/import_job.py diff --git a/fedireads/models/relationship.py b/bookwyrm/models/relationship.py similarity index 100% rename from fedireads/models/relationship.py rename to bookwyrm/models/relationship.py diff --git a/fedireads/models/shelf.py b/bookwyrm/models/shelf.py similarity index 100% rename from fedireads/models/shelf.py rename to bookwyrm/models/shelf.py diff --git a/fedireads/models/site.py b/bookwyrm/models/site.py similarity index 100% rename from fedireads/models/site.py rename to bookwyrm/models/site.py diff --git a/fedireads/models/status.py b/bookwyrm/models/status.py similarity index 100% rename from fedireads/models/status.py rename to bookwyrm/models/status.py diff --git a/fedireads/models/tag.py b/bookwyrm/models/tag.py similarity index 100% rename from fedireads/models/tag.py rename to bookwyrm/models/tag.py diff --git a/fedireads/models/user.py b/bookwyrm/models/user.py similarity index 100% rename from fedireads/models/user.py rename to bookwyrm/models/user.py diff --git a/fedireads/outgoing.py b/bookwyrm/outgoing.py similarity index 100% rename from fedireads/outgoing.py rename to bookwyrm/outgoing.py diff --git a/fedireads/remote_user.py b/bookwyrm/remote_user.py similarity index 100% rename from fedireads/remote_user.py rename to bookwyrm/remote_user.py diff --git a/fedireads/routine_book_tasks.py b/bookwyrm/routine_book_tasks.py similarity index 100% rename from fedireads/routine_book_tasks.py rename to bookwyrm/routine_book_tasks.py diff --git a/fedireads/sanitize_html.py b/bookwyrm/sanitize_html.py similarity index 100% rename from fedireads/sanitize_html.py rename to bookwyrm/sanitize_html.py diff --git a/fedireads/settings.py b/bookwyrm/settings.py similarity index 100% rename from fedireads/settings.py rename to bookwyrm/settings.py diff --git a/fedireads/signatures.py b/bookwyrm/signatures.py similarity index 100% rename from fedireads/signatures.py rename to bookwyrm/signatures.py diff --git a/fedireads/static/fonts/icomoon.eot b/bookwyrm/static/fonts/icomoon.eot similarity index 100% rename from fedireads/static/fonts/icomoon.eot rename to bookwyrm/static/fonts/icomoon.eot diff --git a/fedireads/static/fonts/icomoon.svg b/bookwyrm/static/fonts/icomoon.svg similarity index 100% rename from fedireads/static/fonts/icomoon.svg rename to bookwyrm/static/fonts/icomoon.svg diff --git a/fedireads/static/fonts/icomoon.ttf b/bookwyrm/static/fonts/icomoon.ttf similarity index 100% rename from fedireads/static/fonts/icomoon.ttf rename to bookwyrm/static/fonts/icomoon.ttf diff --git a/fedireads/static/fonts/icomoon.woff b/bookwyrm/static/fonts/icomoon.woff similarity index 100% rename from fedireads/static/fonts/icomoon.woff rename to bookwyrm/static/fonts/icomoon.woff diff --git a/fedireads/static/format.css b/bookwyrm/static/format.css similarity index 100% rename from fedireads/static/format.css rename to bookwyrm/static/format.css diff --git a/fedireads/static/icons.css b/bookwyrm/static/icons.css similarity index 100% rename from fedireads/static/icons.css rename to bookwyrm/static/icons.css diff --git a/fedireads/static/images/default_avi.jpg b/bookwyrm/static/images/default_avi.jpg similarity index 100% rename from fedireads/static/images/default_avi.jpg rename to bookwyrm/static/images/default_avi.jpg diff --git a/fedireads/static/images/logo-small.png b/bookwyrm/static/images/logo-small.png similarity index 100% rename from fedireads/static/images/logo-small.png rename to bookwyrm/static/images/logo-small.png diff --git a/fedireads/static/images/logo.png b/bookwyrm/static/images/logo.png similarity index 100% rename from fedireads/static/images/logo.png rename to bookwyrm/static/images/logo.png diff --git a/fedireads/static/images/med.jpg b/bookwyrm/static/images/med.jpg similarity index 100% rename from fedireads/static/images/med.jpg rename to bookwyrm/static/images/med.jpg diff --git a/fedireads/static/images/no_cover.jpg b/bookwyrm/static/images/no_cover.jpg similarity index 100% rename from fedireads/static/images/no_cover.jpg rename to bookwyrm/static/images/no_cover.jpg diff --git a/fedireads/static/images/profile.jpg b/bookwyrm/static/images/profile.jpg similarity index 100% rename from fedireads/static/images/profile.jpg rename to bookwyrm/static/images/profile.jpg diff --git a/fedireads/static/images/small.jpg b/bookwyrm/static/images/small.jpg similarity index 100% rename from fedireads/static/images/small.jpg rename to bookwyrm/static/images/small.jpg diff --git a/fedireads/static/js/shared.js b/bookwyrm/static/js/shared.js similarity index 100% rename from fedireads/static/js/shared.js rename to bookwyrm/static/js/shared.js diff --git a/fedireads/status.py b/bookwyrm/status.py similarity index 100% rename from fedireads/status.py rename to bookwyrm/status.py diff --git a/fedireads/tasks.py b/bookwyrm/tasks.py similarity index 100% rename from fedireads/tasks.py rename to bookwyrm/tasks.py diff --git a/fedireads/templates/about.html b/bookwyrm/templates/about.html similarity index 100% rename from fedireads/templates/about.html rename to bookwyrm/templates/about.html diff --git a/fedireads/templates/author.html b/bookwyrm/templates/author.html similarity index 100% rename from fedireads/templates/author.html rename to bookwyrm/templates/author.html diff --git a/fedireads/templates/book.html b/bookwyrm/templates/book.html similarity index 100% rename from fedireads/templates/book.html rename to bookwyrm/templates/book.html diff --git a/fedireads/templates/book_results.html b/bookwyrm/templates/book_results.html similarity index 100% rename from fedireads/templates/book_results.html rename to bookwyrm/templates/book_results.html diff --git a/fedireads/templates/books.html b/bookwyrm/templates/books.html similarity index 100% rename from fedireads/templates/books.html rename to bookwyrm/templates/books.html diff --git a/fedireads/templates/edit_book.html b/bookwyrm/templates/edit_book.html similarity index 100% rename from fedireads/templates/edit_book.html rename to bookwyrm/templates/edit_book.html diff --git a/fedireads/templates/edit_user.html b/bookwyrm/templates/edit_user.html similarity index 100% rename from fedireads/templates/edit_user.html rename to bookwyrm/templates/edit_user.html diff --git a/fedireads/templates/editions.html b/bookwyrm/templates/editions.html similarity index 100% rename from fedireads/templates/editions.html rename to bookwyrm/templates/editions.html diff --git a/fedireads/templates/error.html b/bookwyrm/templates/error.html similarity index 100% rename from fedireads/templates/error.html rename to bookwyrm/templates/error.html diff --git a/fedireads/templates/feed.html b/bookwyrm/templates/feed.html similarity index 100% rename from fedireads/templates/feed.html rename to bookwyrm/templates/feed.html diff --git a/fedireads/templates/followers.html b/bookwyrm/templates/followers.html similarity index 100% rename from fedireads/templates/followers.html rename to bookwyrm/templates/followers.html diff --git a/fedireads/templates/following.html b/bookwyrm/templates/following.html similarity index 100% rename from fedireads/templates/following.html rename to bookwyrm/templates/following.html diff --git a/fedireads/templates/import.html b/bookwyrm/templates/import.html similarity index 100% rename from fedireads/templates/import.html rename to bookwyrm/templates/import.html diff --git a/fedireads/templates/import_status.html b/bookwyrm/templates/import_status.html similarity index 100% rename from fedireads/templates/import_status.html rename to bookwyrm/templates/import_status.html diff --git a/fedireads/templates/invite.html b/bookwyrm/templates/invite.html similarity index 100% rename from fedireads/templates/invite.html rename to bookwyrm/templates/invite.html diff --git a/fedireads/templates/layout.html b/bookwyrm/templates/layout.html similarity index 100% rename from fedireads/templates/layout.html rename to bookwyrm/templates/layout.html diff --git a/fedireads/templates/login.html b/bookwyrm/templates/login.html similarity index 100% rename from fedireads/templates/login.html rename to bookwyrm/templates/login.html diff --git a/fedireads/templates/manage_invites.html b/bookwyrm/templates/manage_invites.html similarity index 100% rename from fedireads/templates/manage_invites.html rename to bookwyrm/templates/manage_invites.html diff --git a/fedireads/templates/notfound.html b/bookwyrm/templates/notfound.html similarity index 100% rename from fedireads/templates/notfound.html rename to bookwyrm/templates/notfound.html diff --git a/fedireads/templates/notifications.html b/bookwyrm/templates/notifications.html similarity index 100% rename from fedireads/templates/notifications.html rename to bookwyrm/templates/notifications.html diff --git a/fedireads/templates/shelf.html b/bookwyrm/templates/shelf.html similarity index 100% rename from fedireads/templates/shelf.html rename to bookwyrm/templates/shelf.html diff --git a/fedireads/templates/snippets/authors.html b/bookwyrm/templates/snippets/authors.html similarity index 100% rename from fedireads/templates/snippets/authors.html rename to bookwyrm/templates/snippets/authors.html diff --git a/fedireads/templates/snippets/avatar.html b/bookwyrm/templates/snippets/avatar.html similarity index 100% rename from fedireads/templates/snippets/avatar.html rename to bookwyrm/templates/snippets/avatar.html diff --git a/fedireads/templates/snippets/book_cover.html b/bookwyrm/templates/snippets/book_cover.html similarity index 100% rename from fedireads/templates/snippets/book_cover.html rename to bookwyrm/templates/snippets/book_cover.html diff --git a/fedireads/templates/snippets/book_description.html b/bookwyrm/templates/snippets/book_description.html similarity index 100% rename from fedireads/templates/snippets/book_description.html rename to bookwyrm/templates/snippets/book_description.html diff --git a/fedireads/templates/snippets/book_titleby.html b/bookwyrm/templates/snippets/book_titleby.html similarity index 100% rename from fedireads/templates/snippets/book_titleby.html rename to bookwyrm/templates/snippets/book_titleby.html diff --git a/fedireads/templates/snippets/cover_alt.html b/bookwyrm/templates/snippets/cover_alt.html similarity index 100% rename from fedireads/templates/snippets/cover_alt.html rename to bookwyrm/templates/snippets/cover_alt.html diff --git a/fedireads/templates/snippets/covers_shelf.html b/bookwyrm/templates/snippets/covers_shelf.html similarity index 100% rename from fedireads/templates/snippets/covers_shelf.html rename to bookwyrm/templates/snippets/covers_shelf.html diff --git a/fedireads/templates/snippets/create_status.html b/bookwyrm/templates/snippets/create_status.html similarity index 100% rename from fedireads/templates/snippets/create_status.html rename to bookwyrm/templates/snippets/create_status.html diff --git a/fedireads/templates/snippets/follow_button.html b/bookwyrm/templates/snippets/follow_button.html similarity index 100% rename from fedireads/templates/snippets/follow_button.html rename to bookwyrm/templates/snippets/follow_button.html diff --git a/fedireads/templates/snippets/follow_request_buttons.html b/bookwyrm/templates/snippets/follow_request_buttons.html similarity index 100% rename from fedireads/templates/snippets/follow_request_buttons.html rename to bookwyrm/templates/snippets/follow_request_buttons.html diff --git a/fedireads/templates/snippets/interaction.html b/bookwyrm/templates/snippets/interaction.html similarity index 100% rename from fedireads/templates/snippets/interaction.html rename to bookwyrm/templates/snippets/interaction.html diff --git a/fedireads/templates/snippets/rate_action.html b/bookwyrm/templates/snippets/rate_action.html similarity index 100% rename from fedireads/templates/snippets/rate_action.html rename to bookwyrm/templates/snippets/rate_action.html diff --git a/fedireads/templates/snippets/rate_form.html b/bookwyrm/templates/snippets/rate_form.html similarity index 100% rename from fedireads/templates/snippets/rate_form.html rename to bookwyrm/templates/snippets/rate_form.html diff --git a/fedireads/templates/snippets/shelf.html b/bookwyrm/templates/snippets/shelf.html similarity index 100% rename from fedireads/templates/snippets/shelf.html rename to bookwyrm/templates/snippets/shelf.html diff --git a/fedireads/templates/snippets/shelve_button.html b/bookwyrm/templates/snippets/shelve_button.html similarity index 100% rename from fedireads/templates/snippets/shelve_button.html rename to bookwyrm/templates/snippets/shelve_button.html diff --git a/fedireads/templates/snippets/stars.html b/bookwyrm/templates/snippets/stars.html similarity index 100% rename from fedireads/templates/snippets/stars.html rename to bookwyrm/templates/snippets/stars.html diff --git a/fedireads/templates/snippets/status.html b/bookwyrm/templates/snippets/status.html similarity index 100% rename from fedireads/templates/snippets/status.html rename to bookwyrm/templates/snippets/status.html diff --git a/fedireads/templates/snippets/status_content.html b/bookwyrm/templates/snippets/status_content.html similarity index 100% rename from fedireads/templates/snippets/status_content.html rename to bookwyrm/templates/snippets/status_content.html diff --git a/fedireads/templates/snippets/status_header.html b/bookwyrm/templates/snippets/status_header.html similarity index 100% rename from fedireads/templates/snippets/status_header.html rename to bookwyrm/templates/snippets/status_header.html diff --git a/fedireads/templates/snippets/tabs.html b/bookwyrm/templates/snippets/tabs.html similarity index 100% rename from fedireads/templates/snippets/tabs.html rename to bookwyrm/templates/snippets/tabs.html diff --git a/fedireads/templates/snippets/tag.html b/bookwyrm/templates/snippets/tag.html similarity index 100% rename from fedireads/templates/snippets/tag.html rename to bookwyrm/templates/snippets/tag.html diff --git a/fedireads/templates/snippets/thread.html b/bookwyrm/templates/snippets/thread.html similarity index 100% rename from fedireads/templates/snippets/thread.html rename to bookwyrm/templates/snippets/thread.html diff --git a/fedireads/templates/snippets/user_preview.html b/bookwyrm/templates/snippets/user_preview.html similarity index 100% rename from fedireads/templates/snippets/user_preview.html rename to bookwyrm/templates/snippets/user_preview.html diff --git a/fedireads/templates/snippets/username.html b/bookwyrm/templates/snippets/username.html similarity index 100% rename from fedireads/templates/snippets/username.html rename to bookwyrm/templates/snippets/username.html diff --git a/fedireads/templates/status.html b/bookwyrm/templates/status.html similarity index 100% rename from fedireads/templates/status.html rename to bookwyrm/templates/status.html diff --git a/fedireads/templates/tag.html b/bookwyrm/templates/tag.html similarity index 100% rename from fedireads/templates/tag.html rename to bookwyrm/templates/tag.html diff --git a/fedireads/templates/user.html b/bookwyrm/templates/user.html similarity index 100% rename from fedireads/templates/user.html rename to bookwyrm/templates/user.html diff --git a/fedireads/templates/user_header.html b/bookwyrm/templates/user_header.html similarity index 100% rename from fedireads/templates/user_header.html rename to bookwyrm/templates/user_header.html diff --git a/fedireads/templates/user_results.html b/bookwyrm/templates/user_results.html similarity index 100% rename from fedireads/templates/user_results.html rename to bookwyrm/templates/user_results.html diff --git a/fedireads/templates/user_shelves.html b/bookwyrm/templates/user_shelves.html similarity index 100% rename from fedireads/templates/user_shelves.html rename to bookwyrm/templates/user_shelves.html diff --git a/fedireads/templatetags/__init__.py b/bookwyrm/templatetags/__init__.py similarity index 100% rename from fedireads/templatetags/__init__.py rename to bookwyrm/templatetags/__init__.py diff --git a/fedireads/templatetags/fr_display.py b/bookwyrm/templatetags/fr_display.py similarity index 100% rename from fedireads/templatetags/fr_display.py rename to bookwyrm/templatetags/fr_display.py diff --git a/fedireads/tests/__init__.py b/bookwyrm/tests/__init__.py similarity index 100% rename from fedireads/tests/__init__.py rename to bookwyrm/tests/__init__.py diff --git a/fedireads/tests/activitypub/__init__.py b/bookwyrm/tests/activitypub/__init__.py similarity index 100% rename from fedireads/tests/activitypub/__init__.py rename to bookwyrm/tests/activitypub/__init__.py diff --git a/fedireads/tests/activitypub/test_author.py b/bookwyrm/tests/activitypub/test_author.py similarity index 100% rename from fedireads/tests/activitypub/test_author.py rename to bookwyrm/tests/activitypub/test_author.py diff --git a/fedireads/tests/activitypub/test_person.py b/bookwyrm/tests/activitypub/test_person.py similarity index 100% rename from fedireads/tests/activitypub/test_person.py rename to bookwyrm/tests/activitypub/test_person.py diff --git a/fedireads/tests/activitypub/test_quotation.py b/bookwyrm/tests/activitypub/test_quotation.py similarity index 100% rename from fedireads/tests/activitypub/test_quotation.py rename to bookwyrm/tests/activitypub/test_quotation.py diff --git a/fedireads/tests/connectors/__init__.py b/bookwyrm/tests/connectors/__init__.py similarity index 100% rename from fedireads/tests/connectors/__init__.py rename to bookwyrm/tests/connectors/__init__.py diff --git a/fedireads/tests/connectors/test_abstract_connector.py b/bookwyrm/tests/connectors/test_abstract_connector.py similarity index 100% rename from fedireads/tests/connectors/test_abstract_connector.py rename to bookwyrm/tests/connectors/test_abstract_connector.py diff --git a/fedireads/tests/connectors/test_fedireads_connector.py b/bookwyrm/tests/connectors/test_fedireads_connector.py similarity index 100% rename from fedireads/tests/connectors/test_fedireads_connector.py rename to bookwyrm/tests/connectors/test_fedireads_connector.py diff --git a/fedireads/tests/connectors/test_openlibrary_connector.py b/bookwyrm/tests/connectors/test_openlibrary_connector.py similarity index 100% rename from fedireads/tests/connectors/test_openlibrary_connector.py rename to bookwyrm/tests/connectors/test_openlibrary_connector.py diff --git a/fedireads/tests/connectors/test_self_connector.py b/bookwyrm/tests/connectors/test_self_connector.py similarity index 100% rename from fedireads/tests/connectors/test_self_connector.py rename to bookwyrm/tests/connectors/test_self_connector.py diff --git a/fedireads/tests/data/ap_comment.json b/bookwyrm/tests/data/ap_comment.json similarity index 100% rename from fedireads/tests/data/ap_comment.json rename to bookwyrm/tests/data/ap_comment.json diff --git a/fedireads/tests/data/ap_quotation.json b/bookwyrm/tests/data/ap_quotation.json similarity index 100% rename from fedireads/tests/data/ap_quotation.json rename to bookwyrm/tests/data/ap_quotation.json diff --git a/fedireads/tests/data/ap_user.json b/bookwyrm/tests/data/ap_user.json similarity index 100% rename from fedireads/tests/data/ap_user.json rename to bookwyrm/tests/data/ap_user.json diff --git a/fedireads/tests/data/fr_edition.json b/bookwyrm/tests/data/fr_edition.json similarity index 100% rename from fedireads/tests/data/fr_edition.json rename to bookwyrm/tests/data/fr_edition.json diff --git a/fedireads/tests/data/fr_search.json b/bookwyrm/tests/data/fr_search.json similarity index 100% rename from fedireads/tests/data/fr_search.json rename to bookwyrm/tests/data/fr_search.json diff --git a/fedireads/tests/data/fr_work.json b/bookwyrm/tests/data/fr_work.json similarity index 100% rename from fedireads/tests/data/fr_work.json rename to bookwyrm/tests/data/fr_work.json diff --git a/fedireads/tests/data/ol_edition.json b/bookwyrm/tests/data/ol_edition.json similarity index 100% rename from fedireads/tests/data/ol_edition.json rename to bookwyrm/tests/data/ol_edition.json diff --git a/fedireads/tests/data/ol_edition_list.json b/bookwyrm/tests/data/ol_edition_list.json similarity index 100% rename from fedireads/tests/data/ol_edition_list.json rename to bookwyrm/tests/data/ol_edition_list.json diff --git a/fedireads/tests/data/ol_search.json b/bookwyrm/tests/data/ol_search.json similarity index 100% rename from fedireads/tests/data/ol_search.json rename to bookwyrm/tests/data/ol_search.json diff --git a/fedireads/tests/data/ol_work.json b/bookwyrm/tests/data/ol_work.json similarity index 100% rename from fedireads/tests/data/ol_work.json rename to bookwyrm/tests/data/ol_work.json diff --git a/fedireads/tests/models/__init__.py b/bookwyrm/tests/models/__init__.py similarity index 100% rename from fedireads/tests/models/__init__.py rename to bookwyrm/tests/models/__init__.py diff --git a/fedireads/tests/models/test_base_model.py b/bookwyrm/tests/models/test_base_model.py similarity index 100% rename from fedireads/tests/models/test_base_model.py rename to bookwyrm/tests/models/test_base_model.py diff --git a/fedireads/tests/models/test_book_model.py b/bookwyrm/tests/models/test_book_model.py similarity index 100% rename from fedireads/tests/models/test_book_model.py rename to bookwyrm/tests/models/test_book_model.py diff --git a/fedireads/tests/models/test_import_model.py b/bookwyrm/tests/models/test_import_model.py similarity index 100% rename from fedireads/tests/models/test_import_model.py rename to bookwyrm/tests/models/test_import_model.py diff --git a/fedireads/tests/models/test_status_model.py b/bookwyrm/tests/models/test_status_model.py similarity index 100% rename from fedireads/tests/models/test_status_model.py rename to bookwyrm/tests/models/test_status_model.py diff --git a/fedireads/tests/models/test_user_model.py b/bookwyrm/tests/models/test_user_model.py similarity index 100% rename from fedireads/tests/models/test_user_model.py rename to bookwyrm/tests/models/test_user_model.py diff --git a/fedireads/tests/status/__init__.py b/bookwyrm/tests/status/__init__.py similarity index 100% rename from fedireads/tests/status/__init__.py rename to bookwyrm/tests/status/__init__.py diff --git a/fedireads/tests/status/test_comment.py b/bookwyrm/tests/status/test_comment.py similarity index 100% rename from fedireads/tests/status/test_comment.py rename to bookwyrm/tests/status/test_comment.py diff --git a/fedireads/tests/status/test_quotation.py b/bookwyrm/tests/status/test_quotation.py similarity index 100% rename from fedireads/tests/status/test_quotation.py rename to bookwyrm/tests/status/test_quotation.py diff --git a/fedireads/tests/status/test_review.py b/bookwyrm/tests/status/test_review.py similarity index 100% rename from fedireads/tests/status/test_review.py rename to bookwyrm/tests/status/test_review.py diff --git a/fedireads/tests/status/test_status.py b/bookwyrm/tests/status/test_status.py similarity index 100% rename from fedireads/tests/status/test_status.py rename to bookwyrm/tests/status/test_status.py diff --git a/fedireads/tests/test_books_manager.py b/bookwyrm/tests/test_books_manager.py similarity index 100% rename from fedireads/tests/test_books_manager.py rename to bookwyrm/tests/test_books_manager.py diff --git a/fedireads/tests/test_broadcast.py b/bookwyrm/tests/test_broadcast.py similarity index 100% rename from fedireads/tests/test_broadcast.py rename to bookwyrm/tests/test_broadcast.py diff --git a/fedireads/tests/test_incoming_favorite.py b/bookwyrm/tests/test_incoming_favorite.py similarity index 100% rename from fedireads/tests/test_incoming_favorite.py rename to bookwyrm/tests/test_incoming_favorite.py diff --git a/fedireads/tests/test_remote_user.py b/bookwyrm/tests/test_remote_user.py similarity index 100% rename from fedireads/tests/test_remote_user.py rename to bookwyrm/tests/test_remote_user.py diff --git a/fedireads/tests/test_sanitize_html.py b/bookwyrm/tests/test_sanitize_html.py similarity index 100% rename from fedireads/tests/test_sanitize_html.py rename to bookwyrm/tests/test_sanitize_html.py diff --git a/fedireads/tests/test_signing.py b/bookwyrm/tests/test_signing.py similarity index 100% rename from fedireads/tests/test_signing.py rename to bookwyrm/tests/test_signing.py diff --git a/fedireads/urls.py b/bookwyrm/urls.py similarity index 100% rename from fedireads/urls.py rename to bookwyrm/urls.py diff --git a/fedireads/utils/__init__.py b/bookwyrm/utils/__init__.py similarity index 100% rename from fedireads/utils/__init__.py rename to bookwyrm/utils/__init__.py diff --git a/fedireads/utils/fields.py b/bookwyrm/utils/fields.py similarity index 100% rename from fedireads/utils/fields.py rename to bookwyrm/utils/fields.py diff --git a/fedireads/view_actions.py b/bookwyrm/view_actions.py similarity index 100% rename from fedireads/view_actions.py rename to bookwyrm/view_actions.py diff --git a/fedireads/views.py b/bookwyrm/views.py similarity index 100% rename from fedireads/views.py rename to bookwyrm/views.py diff --git a/fedireads/wellknown.py b/bookwyrm/wellknown.py similarity index 100% rename from fedireads/wellknown.py rename to bookwyrm/wellknown.py diff --git a/fedireads/wsgi.py b/bookwyrm/wsgi.py similarity index 100% rename from fedireads/wsgi.py rename to bookwyrm/wsgi.py