<?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 galvanist</title>
    <link>/tags/django/</link>
    <description>Recent content in Django on galvanist</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 13 May 2020 22:13:52 +0000</lastBuildDate>
    <atom:link href="/tags/django/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Django SECRET_KEY generation</title>
      <link>/posts/2020-05-14-django_secret_key_generation/</link>
      <pubDate>Wed, 13 May 2020 22:13:52 +0000</pubDate>
      <guid>/posts/2020-05-14-django_secret_key_generation/</guid>
      <description>&lt;h1 id=&#34;generate-django-secret_keys-on-the-command-line-using-this-one-liner-django-not-required&#34;&gt;Generate django &lt;code&gt;SECRET_KEY&lt;/code&gt;s on the command line using this &amp;ldquo;one-liner&amp;rdquo; (django not required)&lt;/h1&gt;&#xA;&lt;h3 id=&#34;background&#34;&gt;Background&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.djangoproject.com/&#34;&gt;Django&lt;/a&gt; is a Python web framework with a lot of nice features including an exceptional ORM and &lt;a href=&#34;https://docs.djangoproject.com&#34;&gt;high quality documentation&lt;/a&gt;. Most of my experience with django has been deploying and debugging other people&amp;rsquo;s projects - during the course of which I often want to regenerate the &lt;code&gt;SECRET_KEY&lt;/code&gt; that underpins most of the security of every deployment.&lt;/p&gt;&#xA;&lt;p&gt;The &lt;a href=&#34;https://docs.djangoproject.com/en/3.0/ref/settings/#std:setting-SECRET_KEY&#34;&gt;django settings docs&lt;/a&gt; describe the &lt;code&gt;SECRET_KEY&lt;/code&gt;:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
