Skip to content

Commit

Permalink
add license
Browse files Browse the repository at this point in the history
  • Loading branch information
KlemenSpruk committed Oct 19, 2023
1 parent cebeed8 commit bd9d7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_project_base/licensing/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from django_project_base.licensing.models import LicenseAccessUse

MONTHLY_ACCESS_LIMIT_IN_CURRENCY_UNITS = 86.97 # TODO: read from package
MONTHLY_ACCESS_LIMIT_IN_CURRENCY_UNITS = 86.97 + 30 # TODO: read from package


class LicenseUsageReport(Serializer):
Expand Down

0 comments on commit bd9d7b9

Please sign in to comment.