Django jobs available

2019-11-17 Thread Jani Tiainen
If you are an experienced software developer looking for new challenges - this could be your opportunity! Keypro is internationally growing company specialized in network information management systems and GIS solutions and related professional services. We are looking for enthusiastic *Full

Re: Django Design Patterns

2019-11-17 Thread Antje Kazimiers
Hi Fatjon, I wonder how much you can try finding that out on your own by just grepping for the names of the common Gang of Four [1] - design patterns in the django source code. I just tried Observer, Factory and find examples in the code, which sound like the developer really followed the

Re: What technology can Django do to paginate the content page of a single article Do not use front-end JS to page content. If you just use Django technology to page a single article content page.

2019-11-17 Thread Gil Obradors
Hi zbpython-cn, I don't know any. You must create it. It depends of the origen of the article, db or template Isn't difficult to achieve Best regards Missatge de zbpython-cn del dia ds., 16 de nov. 2019 a les 14:53: > What technology can Django do to paginate the content page of a single >

Django Design Patterns

2019-11-17 Thread Fatjon GĂ«rra
Hi guys, can anyone suggest me some resources book/video/article where I can learn more about Design Patterns that the Django Team used in writing Django as a framework? For example, here the Active Record pattern is mentioned.