dynamicweb/datacenterlight
PCoder 60ddfa78b0 Handle getting the correct user_card_detail
Fixes

Traceback (most recent call last):
  File "<console>", line 2, in <module>
  File "/home/app/pyvenv/lib/python3.5/site-packages/django/db/models/manager.py", line 122, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/app/pyvenv/lib/python3.5/site-packages/django/db/models/query.py", line 391, in get
    (self.model._meta.object_name, num)
hosting.models.MultipleObjectsReturned: get() returned more than one UserCardDetail -- it returned 2!
2025-05-16 16:05:53 +05:30
..
locale/de/LC_MESSAGES Fix translations 2021-02-07 18:05:48 +05:30
management/commands Send error message only if there is an error 2025-03-27 16:21:33 +05:30
migrations Add stripe_coupon_id to VMPricing 2020-02-04 08:57:54 +05:30
static/datacenterlight Set vm base price in js also 2020-02-03 12:07:50 +05:30
templates/datacenterlight Update texts 2021-02-07 17:28:44 +05:30
templatetags Debug messages 2024-06-20 14:00:50 +02:00
__init__.py added datacenterlight 2016-12-20 18:05:20 -05:00
admin.py vm template prefix 2018-05-24 03:57:01 +05:30
apps.py added datacenterlight 2016-12-20 18:05:20 -05:00
cms_models.py Add show non transparent navbar always option 2019-12-24 09:06:17 +05:30
cms_plugins.py Set vm base price in js also 2020-02-03 12:07:50 +05:30
cms_toolbar.py cms page extension favicon 2018-04-12 08:56:24 +05:30
forms.py Remove BetaAccess related forms 2018-02-20 15:11:09 +01:00
models.py Add stripe_coupon_id to VMPricing 2020-02-04 08:57:54 +05:30
tasks.py Change to dcl-orders for new vm and removing ipv6onlyhosting.{net,ch} references 2022-05-16 11:56:05 +02:00
tests.py Use price in stripe plan name too 2018-09-05 23:26:51 +02:00
urls.py Adjust urls in datacenterlight/hosting apps urls/views after refactor 2019-07-01 08:09:37 +05:30
utils.py Fix poland country code in eu_countries 2021-09-27 09:21:24 +02:00
views.py Handle getting the correct user_card_detail 2025-05-16 16:05:53 +05:30