Browse Source

Missing import for disable_for_loaddate

Alexandre Aubin 7 years ago
parent
commit
3e397b3760
1 changed files with 2 additions and 1 deletions
  1. 2 1
      coin/billing/models.py

+ 2 - 1
coin/billing/models.py

@@ -22,7 +22,8 @@ from coin.offers.models import OfferSubscription
 from coin.members.models import Member
 from coin.html2pdf import render_as_pdf
 from coin.utils import private_files_storage, start_of_month, end_of_month, \
-                       postgresql_regexp, send_templated_email
+                       postgresql_regexp, send_templated_email,             \
+                       disable_for_loaddata
 from coin.isp_database.context_processors import branding
 from coin.isp_database.models import ISPInfo