Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Merge b0858a6 into 951c050
Browse files Browse the repository at this point in the history
  • Loading branch information
vleong2332 committed Feb 2, 2017
2 parents 951c050 + b0858a6 commit c622102
Show file tree
Hide file tree
Showing 58 changed files with 9 additions and 6,738 deletions.
57 changes: 0 additions & 57 deletions td/gl_tracking/forms.py

This file was deleted.

4 changes: 0 additions & 4 deletions td/gl_tracking/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from django.utils import timezone
from django.utils.encoding import python_2_unicode_compatible
from django.db import models
from django.core.urlresolvers import reverse


# ----------- #
Expand Down Expand Up @@ -147,9 +146,6 @@ def save(self, *args, **kwargs):
self.partner_start = datetime.date(1900, 1, 1)
super(Partner, self).save(*args, **kwargs)

def get_absolute_url(self):
return reverse("gl:partner_detail_view", kwargs={"pk": self.pk})


# ------------ #
# METHOD #
Expand Down
28 changes: 0 additions & 28 deletions td/gl_tracking/urls.py

This file was deleted.

196 changes: 0 additions & 196 deletions td/gl_tracking/views.py

This file was deleted.

6 changes: 0 additions & 6 deletions td/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@
EMAIL_FROM = "uwadmin@unfoldingword.org"

EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
# EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"

ACCOUNT_OPEN_SIGNUP = False
ACCOUNT_EMAIL_UNIQUE = True
Expand Down Expand Up @@ -275,8 +274,3 @@
"key": os.environ.get("PORT_API_KEY"),
}
]

HOMEPAGE_MESSAGE = "The ability to create and update Languages, WA Regions, Countries, Charters, Events, and Partners " \
"will be suspended for all users starting on Monday, Jan. 9, 2017. These functions will be made " \
"available in the new system, which is launching in a couple of weeks. Please retain the " \
"information you want to enter until then."
63 changes: 0 additions & 63 deletions td/templates/gl_tracking/_language_doc_table.html

This file was deleted.

0 comments on commit c622102

Please sign in to comment.