Greeting, introduce myself & wondering if one read all documentation.

2019-12-17 Thread Jack Lin
Hi all. I'm a new self-taught developer. Just decided to make backend development especially Django to be my full time career. I'm new to programming.. at least i just create my own ugly website and never involve in big projects or open-sources. I read a lot of tutorial and got the basic ideas

Re: FieldError at / Django models how to reslove this issue....

2019-12-19 Thread Jack Lin
FYI, you can check this documentation <https://docs.djangoproject.com/en/3.0/topics/db/queries/#field-lookups-intro> for double underscore in Django. -- Jack Lin 在 2019年12月20日 於 上午1:28:29, Simon Charette (charett...@gmail.com) 寫下: You are missing an underscore here. It sho

Re: How to create form to show user input and return results from DB

2020-01-04 Thread victor jack
Hi Nina , just read your write up For some form of clarification to your Confusion I’ll just answer the ones I can For the database , don’t make two different ones , one database with two tables 2000 and 2010 will do just fine , just query then right. For the forms it is required to use POS

DjangoEveryDay. My practice website!

2020-01-19 Thread Jack Lin
e this with you guys! btw, I do a bit of develop journal on my Linkedin, too. so if you are interested on my progression, you can follow me on Linkedin! There is the website: Jack's Practice Zone <https://afternoon-beach-38581.herokuapp.com> and this is my Linkedin <https://www

Re: DjangoEveryDay. My practice website!

2020-01-19 Thread Jack Lin
, Jack Lin wrote: > Hi everyone. I'm doing #DjangoEveryday Challenge to myself. > I set a goal for everyday and try to accomplish it. So I got practice and > progress everyday :) > > I'm doing this for preparation of my resume. I'm looking for Django Job in > Taiwan

Re: DjangoEveryDay. My practice website!

2020-01-19 Thread Jack Lin
I’m not sure what this gonna be in the future. I think I’m just exlpore the way. I may want to make this reusable for the newbie in the future and make the community better. Open to any ideas and contribution. 在 2020年1月20日 於 下午2:49:48, Jack Lin (tkic...@gmail.com) 寫下: Oh yes, this is all on

Re: DjangoEveryDay. My practice website!

2020-01-21 Thread Jack Lin
ack's Practice Zone is Django too ? [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar <http://about.me/maninder.s.kumar?promo=email_sig> On Sun, Jan 19, 2020 at 4:46 PM Jack Lin wrote: > Hi everyone. I'm doing #DjangoEveryday Challenge to myself. > I set

Re: DjangoEveryDay. My practice website!

2020-01-21 Thread Jack Lin
stack — of learning in CS. On Mon, Jan 20, 2020 at 1:52 AM Jack Lin wrote: > I’m not sure what this gonna be in the future. I think I’m just exlpore > the way. > I may want to make this reusable for the newbie in the future and make the > community better. > Open to any ideas and cont

Got an interview, need some idea for projects.

2020-01-22 Thread Jack Lin
Hi Django users, I'm Jack who currently learning Django everyday <http://afternoon-beach-38581.herokuapp.com/> My practice projects is little tiny function for now. however I got an interview yesterday which is an Django Web Developer in Stock Company. <https://www.cakeresume

Re: Got an interview, need some idea for projects.

2020-01-24 Thread Jack Lin
the dynamic aspect rather than its aesthetic for a faster result... On Thu, 23 Jan 2020, 12:41 Jack Lin, wrote: > > > Hi Django users, I'm Jack who currently learning Django everyday > <http://afternoon-beach-38581.herokuapp.com/> > My practice projects is little tiny f

Re: Study and project partner(s) needed

2020-02-14 Thread Jack Lin
.com/ebbsanchez/django-gitlog> If anyone have no idea how to cooperate or help. Feel free to ask, I’ll teach you. Jack Sanchez 在 2020年2月15日 於 下午1:34:06, paarull shukla (shukla.paarull...@gmail.com) 寫下: Heloo satvik I also started learn jango few days back.. If we face anyproblem can we discu

Re: Study and project partner(s) needed

2020-02-16 Thread Jack Lin
Since no one is gathering everyone, I created a Django Learning Group on Telegram If anyone is interested, just click the link and join us. Akorede Habeebullah於 2020年2月15日星期六 UTC+8上午12時16分13秒寫道: > > Hi guys, > > I've been learning Django on a solo f

Signals Question - Firing off an email after a save

2007-09-02 Thread Jack E. Wilkinson
eld(blank=True) lastupdated = models.DateTimeField(_('action time'), auto_now=True) def __unicode__(self): return self.oneliner class Admin: pass list_display = ('env_key', 'oneliner', 'lastupdated') list_filter = ['env_key'] search_fields = ['oneliner', 'bigtext'] date_hier

Re: Signals Question - Firing off an email after a save

2007-09-03 Thread Jack E. Wilkinson
_func(request, *args, **kwargs) File "/usr/local/lib/python2.5/site-packages/django/contrib/admin/views/main.py" in change_stage 336. new_object = manipulator.save(new_data) File "/usr/local/lib/python2.5/site-packages/django/db/models/manipulators.py" in save 110. new_object.save()

<    1   2