<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>django on sleepy yaks industries</title>
    
    
    
    <link>https://sleepy.yaks.industries/tags/django/</link>
    <description>Recent content in django on sleepy yaks industries</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 11 Jun 2022 16:56:23 +0000</lastBuildDate>
    
	<atom:link href="https://sleepy.yaks.industries/tags/django/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>TIL - You can&#39;t set permissions in Django migrations</title>
      <link>https://sleepy.yaks.industries/posts/set-permissions-django-migrations/</link>
      <pubDate>Sat, 11 Jun 2022 16:56:23 +0000</pubDate>
      
      <guid>https://sleepy.yaks.industries/posts/set-permissions-django-migrations/</guid>
      <description>
        
          
          
          
        
        
        
          Setting permissions in a datamigration does not work. Why?
          
        
        </description>
    </item>
    
    <item>
      <title>Automating Django application configuration</title>
      <link>https://sleepy.yaks.industries/posts/automating-django-application-configuration/</link>
      <pubDate>Fri, 25 Dec 2020 23:00:59 +0200</pubDate>
      
      <guid>https://sleepy.yaks.industries/posts/automating-django-application-configuration/</guid>
      <description>
        
          &lt;img src=&#34;https://sleepy.yaks.industries/images/ben-allan-BIeC4YK2MTA-unsplash.jpg&#34;/&gt;
          
        
        
        
          A novel way to configure a Django application with a single CLI command, withouwt editing project files directly
          
        
        </description>
    </item>
    
    <item>
      <title>Automating Django application configuration: an in-depth view</title>
      <link>https://sleepy.yaks.industries/posts/automating-django-application-configuration-in-depth/</link>
      <pubDate>Fri, 25 Dec 2020 23:00:59 +0200</pubDate>
      
      <guid>https://sleepy.yaks.industries/posts/automating-django-application-configuration-in-depth/</guid>
      <description>
        
          &lt;img src=&#34;https://sleepy.yaks.industries/images/fidel-fernando-ppe3kHC1RsE-unsplash.jpg&#34;/&gt;
          
        
        
        
          What&#39;s AST? How django-app-enabler works? A detailed step-by-step guide at the inner working details of django-app-enabler and how it applies AST to manipulate a django project configuration
          
        
        </description>
    </item>
    
    <item>
      <title>Converting a django CMS plugin to a different model</title>
      <link>https://sleepy.yaks.industries/posts/converting-django-cms-plugins-models/</link>
      <pubDate>Thu, 12 Nov 2020 23:00:59 +0200</pubDate>
      
      <guid>https://sleepy.yaks.industries/posts/converting-django-cms-plugins-models/</guid>
      <description>
        
          &lt;img src=&#34;https://sleepy.yaks.industries/images/sam-farallon-3KgdLKhAnTM-unsplash.jpg&#34;/&gt;
          
        
        
        
          Migrating django CMS plugins data from one model to another, for example during an upgrade, is a bit tricky. Thansk to its polymorphic nature, though, it&#39;s not complicated to achieve, one you know the underlying structure.
          
        
        </description>
    </item>
    
    <item>
      <title>Building real time applications with Django and Channels 2 @ DjangoCon Europe 2018</title>
      <link>https://sleepy.yaks.industries/posts/real-time-django-channels-at-djangocon-europe-2018/</link>
      <pubDate>Wed, 23 May 2018 23:00:59 +0200</pubDate>
      
      <guid>https://sleepy.yaks.industries/posts/real-time-django-channels-at-djangocon-europe-2018/</guid>
      <description>
        
          &lt;img src=&#34;https://sleepy.yaks.industries/images/real_time_django_djangoconeu.png&#34;/&gt;
          
        
        
        
          Since the introduction of Channels, real time web has become much easier to work with in Django. It’s now possible to build real time applications with much less effort in managing the idiosyncrasies of the async programming and a lot of batteries are included. Starting with a brief introduction to Channels (targeting version 2.0), we will see how to build a real time application, both on the Django and the frontend side and how easy it’s to start experimenting with it. The talk has a very hands-on approach, to allow the attendees to experiment with the proposed solution and approach, and starting immediately building their own real time applications with Django.
          
        
        </description>
    </item>
    
    <item>
      <title>Building real time applications with Django and Channels 2 @ PyCon Italia 2018</title>
      <link>https://sleepy.yaks.industries/posts/real-time-django-channels-at-pycon-it-2018/</link>
      <pubDate>Fri, 20 Apr 2018 23:00:59 +0200</pubDate>
      
      <guid>https://sleepy.yaks.industries/posts/real-time-django-channels-at-pycon-it-2018/</guid>
      <description>
        
          &lt;img src=&#34;https://sleepy.yaks.industries/images/real_time_django_pyconit.png&#34;/&gt;
          
        
        
        
          Since the introduction of Channels, real time web has become much easier to work with in Django. It’s now possible to build real time applications with much less effort in managing the idiosyncrasies of the async programming and a lot of batteries are included. Starting with a brief introduction to Channels (targeting version 2.0), we will see how to build a real time application, both on the Django and the frontend side and how easy it’s to start experimenting with it. The talk has a very hands-on approach, to allow the attendees to experiment with the proposed solution and approach, and starting immediately building their own real time applications with Django.
          
        
        </description>
    </item>
    
    <item>
      <title>Real Time Django @ Swiss Python Summit 2018</title>
      <link>https://sleepy.yaks.industries/posts/real-time-django-at-swiss-python-summit-2018/</link>
      <pubDate>Mon, 19 Feb 2018 23:00:59 +0200</pubDate>
      
      <guid>https://sleepy.yaks.industries/posts/real-time-django-at-swiss-python-summit-2018/</guid>
      <description>
        
          &lt;img src=&#34;https://sleepy.yaks.industries/images/real_time_django.png&#34;/&gt;
          
        
        
        
          Since the introduction of Channels, real time web has become much easier to work with in Django. It’s now possible to build real time applications with much less effort in managing the idiosyncrasies of the async programming and a lot of batteries are included. Starting with a brief introduction to Channels, we will see how to build a real time application, both on the Django and the frontend side and how easy it’s to start experimenting with it.
          
        
        </description>
    </item>
    
    <item>
      <title>django CMS &amp; ORM: The good, the bad, and the ugly</title>
      <link>https://sleepy.yaks.industries/posts/djangocms-orm-at-duth-2015/</link>
      <pubDate>Thu, 05 Nov 2015 23:00:59 +0200</pubDate>
      
      <guid>https://sleepy.yaks.industries/posts/djangocms-orm-at-duth-2015/</guid>
      <description>
        
          &lt;img src=&#34;https://sleepy.yaks.industries/images/djangocms_duth.png&#34;/&gt;
          
        
        
        
          django CMS is a complex Django application which heavily relies on the Django ORM to accomplish its goals. Some of its patterns are good references about how flexible the Django ORM is, others are more hacked solutions for complex problems, which shows &#39;don&#39;t try at home&#39; practices.
          
        
        </description>
    </item>
    
    <item>
      <title> Testing Django Applications @ PyCon Uk 2015</title>
      <link>https://sleepy.yaks.industries/posts/testing-django-applications-at-pycon-uk-2015/</link>
      <pubDate>Sun, 20 Sep 2015 23:00:59 +0200</pubDate>
      
      <guid>https://sleepy.yaks.industries/posts/testing-django-applications-at-pycon-uk-2015/</guid>
      <description>
        
          &lt;img src=&#34;https://sleepy.yaks.industries/images/test_django_pyconuk.png&#34;/&gt;
          
        
        
        
          Testing applications integrated with django CMS can be complex with a lot of boilerplate code and some dark corners This talk will try to make it clearer and easier to write tests and will present tools to reduce the effort and the boilerplate.
          
        
        </description>
    </item>
    
    <item>
      <title>Django CMS Best Practices @ PyCon It 2015 / London Django Meetup</title>
      <link>https://sleepy.yaks.industries/posts/djangocms-best-practices-at-pycon-it-2015/</link>
      <pubDate>Tue, 09 Jun 2015 23:00:59 +0200</pubDate>
      
      <guid>https://sleepy.yaks.industries/posts/djangocms-best-practices-at-pycon-it-2015/</guid>
      <description>
        
          &lt;img src=&#34;https://sleepy.yaks.industries/images/djangocms_best_practices.png&#34;/&gt;
          
        
        
        
          Intro Talk given at PyCon Italia 2015 and London Django Meetup 09 June 2015.
Video Slides 
          
        
        </description>
    </item>
    
    <item>
      <title>First steps with django CMS @ PyCon Uk 2014</title>
      <link>https://sleepy.yaks.industries/posts/djangocms-first-steps-at-pycon-uk-2014/</link>
      <pubDate>Sun, 21 Sep 2014 23:00:59 +0200</pubDate>
      
      <guid>https://sleepy.yaks.industries/posts/djangocms-first-steps-at-pycon-uk-2014/</guid>
      <description>
        
          &lt;img src=&#34;https://sleepy.yaks.industries/images/djangocms_first_steps.png&#34;/&gt;
          
        
        
        
          Slides 
          
        
        </description>
    </item>
    
  </channel>
</rss>