Python Cryptocurrency Part 11: Transactions Page

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 22

  • @mohammedmansour8798
    @mohammedmansour8798 3 ปีที่แล้ว

    Mr. Will, thanks for your efforts in this great tutorial. I have a question... How would this cryptocurrency get its value while the amount is just a number we write into mined block's data ?

  • @damilarevikto1727
    @damilarevikto1727 2 ปีที่แล้ว

    Hello Mr will.... Is this block chain centralised or decentralized?

  • @emmanueltompson2852
    @emmanueltompson2852 3 ปีที่แล้ว

    This is a really beautiful project, I'll sure support your channel from now and share. Really good job bro, but i must ask. Is there anyway an admin login page?

  • @philip5693
    @philip5693 4 ปีที่แล้ว

    i have even checked your help guide with @unbreakabul but still unable to fix that up

  • @philip5693
    @philip5693 4 ปีที่แล้ว

    i'm facing these error TypeError: macro 'render_field' takes no keyword argument '_class'

  • @moggyval3320
    @moggyval3320 4 ปีที่แล้ว

    i found out what my problem was, when setting up the SQL server i used "safest" password encryption and python cant login if you use that

    • @willassad8670
      @willassad8670  4 ปีที่แล้ว +1

      Great! Now it’s fixed. Have you been able to use the sqlhelpers file and add to the table?

    • @moggyval3320
      @moggyval3320 4 ปีที่แล้ว

      @@willassad8670 yes

  • @moggyval3320
    @moggyval3320 4 ปีที่แล้ว

    there is an error: "render field" takes no keyword argument "class"

    • @willassad8670
      @willassad8670  4 ปีที่แล้ว +1

      Something probably misspelled in the formhelpers or messages file

    • @moggyval3320
      @moggyval3320 4 ปีที่แล้ว

      @@willassad8670 i have checked everything multiply times i thought so too, can you copy paste the script please..

    • @moggyval3320
      @moggyval3320 4 ปีที่แล้ว

      @@willassad8670
      {% macro render_field(field) %}
      {{ field.label }}
      {{ field(**kwards) |safe }}
      {% if field.erros %}
      {% for error in field.erros %}
      {{ error }}
      {% endfor %}
      {% endif %}
      {% endmacro %}

    • @willassad8670
      @willassad8670  4 ปีที่แล้ว +1

      unbreakabul2 spelling of “errors”

    • @moggyval3320
      @moggyval3320 4 ปีที่แล้ว

      Will Assad wow, I’m dumb😭😂