<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts tagged: django</title>
    <link>https://waylonwalker.com/tags/django/</link>
    <description>All posts with the tag &#34;django&#34;</description>
    <lastBuildDate>Sun, 09 Oct 2022 20:56:19 +0000</lastBuildDate>
    <generator>markata-go</generator>
    <docs>https://www.rssboard.org/rss-specification</docs>
    <atom:link href="https://waylonwalker.com/tags/django/rss.xml" rel="self" type="application/rss+xml"></atom:link>
    <item>
      <title>Using Django Rest Framework inside react</title>
      <link>https://waylonwalker.com/django-rest-framework-react/</link>
      <description>npx create-react-app todoreact&#xA;import React,{useState,useEffect} from &amp;#39;react&amp;#39;;&#xA;import &amp;#39;./App.css&amp;#39;;&#xA;&#xA;function App() {&#xA;  const [data,setData]=useState([]);&#xA;  const [newName,setNewName]=useState([]);&#xA;  const getData=()=&amp;gt;{&#xA;    fetch(&amp;#39;/api&amp;#39;&#xA;    ,{&#xA;      headers : {&#xA;        &amp;#39;Content-Type&amp;#39;: &amp;#39;application/json&amp;#39;,&#xA;        &amp;#39;Accept&amp;#39;: &amp;#39;application/json&amp;#39;&#xA;       }&#xA;    }&#xA;    )&#xA;      .then(function(response){&#xA;        return response.json();&#xA;      })&#xA;    ...</description>
      <pubDate>Sun, 09 Oct 2022 20:56:19 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/django-rest-framework-react/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>django</category>
      <category>react</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Getting Started with Django REST framework</title>
      <link>https://waylonwalker.com/django-rest-framework-getting-started/</link>
      <description>In my adventure to learn django, I want to be able to setup REST api&#39;s to feed into dynamic front end sites. Potentially sites running react under the hood.</description>
      <pubDate>Sun, 09 Oct 2022 15:57:37 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/django-rest-framework-getting-started/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>django</category>
      <category>webdev</category>
    </item>
    <item>
      <title>django polls app</title>
      <link>https://waylonwalker.com/django-polls-app/</link>
      <description>&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/388f4342-8623-4ac7-9b4b-1d63cd82d2ad.png&#34; class=&#34;glightbox-link&#34;&gt;&lt;/a&gt;&#xA;&#xA;</description>
      <pubDate>Mon, 26 Sep 2022 09:17:52 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/django-polls-app/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>django</category>
      <category>webdev</category>
    </item>
    <item>
      <title>django create superuser</title>
      <link>https://waylonwalker.com/django-create-superuser/</link>
      <description>My next step into django made me realize that I do not have access to the admin panel, turns out that I need to create a cuper user first.</description>
      <pubDate>Mon, 26 Sep 2022 07:14:04 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/django-create-superuser/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>django</category>
      <category>webdev</category>
    </item>
    <item>
      <title>django disallowed host</title>
      <link>https://waylonwalker.com/django-disallowed-host/</link>
      <description>I am continuing my journey into django, but today I am not at my workstation. I am ssh&#39;d in remotely from a chromebook. I am fully outside of my network, so...</description>
      <pubDate>Mon, 26 Sep 2022 06:15:24 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/django-disallowed-host/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>django</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Trying out django</title>
      <link>https://waylonwalker.com/trying-out-django/</link>
      <description>I have no experience in django, and in my exploration to become a better python developer I am dipping my toe into one of the most polished and widely used...</description>
      <pubDate>Sun, 25 Sep 2022 18:47:54 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/trying-out-django/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>django</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>