[extensions-web/wip/api/v1] Drop errorreports application



commit cdc757963655bf4e43c63fa31a9a690b342be88a
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sun Sep 11 16:28:49 2022 +0400

    Drop errorreports application

 sweettooth/errorreports/__init__.py                |  0
 sweettooth/errorreports/admin.py                   | 10 ---
 sweettooth/errorreports/forms.py                   | 24 -------
 sweettooth/errorreports/migrations/0001_initial.py | 28 --------
 sweettooth/errorreports/migrations/__init__.py     |  0
 sweettooth/errorreports/models.py                  | 13 ----
 .../templates/errorreports/report.html             | 18 -----
 .../templates/errorreports/report_mail.txt         | 17 -----
 .../templates/errorreports/report_mail_subject.txt |  1 -
 .../errorreports/templates/errorreports/view.html  | 18 -----
 sweettooth/errorreports/tests.py                   | 30 --------
 sweettooth/errorreports/urls.py                    |  9 ---
 sweettooth/errorreports/views.py                   | 81 ----------------------
 sweettooth/settings.py                             |  1 -
 sweettooth/urls.py                                 |  1 -
 15 files changed, 251 deletions(-)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index 178492b..80d3187 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -58,7 +58,6 @@ INSTALLED_APPS = [
     'sweettooth.auth',
     'sweettooth.core',
     'sweettooth.review',
-    'sweettooth.errorreports',
     'sweettooth.templates',
     'sweettooth.users',
 
diff --git a/sweettooth/urls.py b/sweettooth/urls.py
index c5fc02f..a728ebc 100644
--- a/sweettooth/urls.py
+++ b/sweettooth/urls.py
@@ -20,7 +20,6 @@ urlpatterns = [
     re_path(r'^', include('sweettooth.extensions.urls'), name='index'),
 
     re_path(r'^review/', include('sweettooth.review.urls')),
-    re_path(r'^errors/', include('sweettooth.errorreports.urls')),
 
     re_path(r'^jsi18n/$', JavaScriptCatalog.as_view(), name='javascript-catalog'),
     re_path(r'^admin/', admin.site.urls),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]