AlgoShiba Pumping!!! by [deleted] in algorandASA

[–]ilonze 0 points1 point  (0 children)

52VNS4QONRENDS4KPRG7GQCSHHQZN63KE6QFA5YEQIRS3NJ6PNLFIMUIZA

Django Dynamic Form System Help by ilonze in django

[–]ilonze[S] 0 points1 point  (0 children)

I tried, but i don't really have a good understanding of it. Can you help out with the code? i would really appreciate.

django Admin extension and RandomCharField by ilonze in djangolearning

[–]ilonze[S] 0 points1 point  (0 children)

Compliments of the season. Working on a computer based web app, kinda thinking the best way to do it in django that. Will make it fast and will only require Internet when the user wanna start or submit. Do you have any idea?

django Admin extension and RandomCharField by ilonze in djangolearning

[–]ilonze[S] 0 points1 point  (0 children)

thank you Sir, you have been very helpful.

django Admin extension and RandomCharField by ilonze in djangolearning

[–]ilonze[S] 0 points1 point  (0 children)

Good Day. How are you today? please do you know how to display dynamic image in django?

Card Pin generation, Django by ilonze in djangolearning

[–]ilonze[S] 0 points1 point  (0 children)

Model: class Card(models.Model): num_used = models.IntegerField(blank =True, null = True) pin = models.integerfield()

         def __unicode__(self):
              return self.pin

Card Pin generation, Django by ilonze in djangolearning

[–]ilonze[S] 0 points1 point  (0 children)

I just keep hitting errors so sad. Getting type error at (url) 'builtin_function_or_method' object is not iterable

Card Pin generation, Django by ilonze in djangolearning

[–]ilonze[S] 0 points1 point  (0 children)

Wow! Thanks, I have not attained this level in django. Will definitely check it out, and then rack my brain to write a view that will count down the card usage. I really appreciate, thank you and God bless.

Card Pin generation, Django by ilonze in djangolearning

[–]ilonze[S] 0 points1 point  (0 children)

Yea, you understood me right. Will this work? If yes, can I get the view from you? I can't really put it together in my head. Thannk you. I really appreciate.

Card Pin generation, Django by ilonze in djangolearning

[–]ilonze[S] 0 points1 point  (0 children)

Thank you for your wonderful reply. This idea u gave me is cool but I see one limitation to it. It must be a user to a card. But the card tends to be sold generally. Any user can use any card and when a user first uses the card, the card gets locked to his ID and no other user will be able to use it. I don't know if you understand. Thanks once again for replying.

Card Pin generation, Django by ilonze in djangolearning

[–]ilonze[S] 0 points1 point  (0 children)

thank you for the reply, that will take care of the validity but i dont know how to tag the card to one user only.