<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Techiediaries</title>
    <description>The latest articles on DEV Community by Techiediaries (@techiediariescom).</description>
    <link>https://dev.to/techiediariescom</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F252805%2F2d4cd3c8-9459-416e-97ae-3ce2f979e460.jpg</url>
      <title>DEV Community: Techiediaries</title>
      <link>https://dev.to/techiediariescom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/techiediariescom"/>
    <language>en</language>
    <item>
      <title>How to use font awesome with HTML website using a CDN</title>
      <dc:creator>Techiediaries</dc:creator>
      <pubDate>Wed, 24 Apr 2024 18:02:28 +0000</pubDate>
      <link>https://dev.to/techiediariescom/how-to-use-font-awesome-with-html-website-using-a-cdn-49pg</link>
      <guid>https://dev.to/techiediariescom/how-to-use-font-awesome-with-html-website-using-a-cdn-49pg</guid>
      <description>&lt;p&gt;How to use font awesome with HTML website using a CDN:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/ZqXEG7yckgk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Django 3 Tutorial &amp; CRUD Example with MySQL and Bootstrap</title>
      <dc:creator>Techiediaries</dc:creator>
      <pubDate>Tue, 14 Jan 2020 22:20:59 +0000</pubDate>
      <link>https://dev.to/techiediariescom/django-3-tutorial-crud-example-with-mysql-and-bootstrap-5e83</link>
      <guid>https://dev.to/techiediariescom/django-3-tutorial-crud-example-with-mysql-and-bootstrap-5e83</guid>
      <description>&lt;p&gt;Django 3 is released with full async support! In this tutorial, we'll see by example how to create a CRUD application from scratch and step by step. We'll see how to configure a MySQL database, enable the admin interface, and create the django views.&lt;/p&gt;

&lt;p&gt;We'll be using Bootstrap 4 for styling.&lt;/p&gt;

&lt;p&gt;You'll learn how to:&lt;/p&gt;

&lt;p&gt;Implement CRUD operations,&lt;br&gt;
Configure and access a MySQL database,&lt;br&gt;
Create django views, templates and urls,&lt;br&gt;
Style the UI with Bootstrap 4&lt;/p&gt;

&lt;h2&gt;
  
  
  Django 3 Features
&lt;/h2&gt;

&lt;p&gt;Django 3 comes with many new features such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MariaDB support: Django now officially supports MariaDB 10.1+. You can use MariaDB via the MySQL backend,&lt;/li&gt;
&lt;li&gt;ASGI support for async programming,&lt;/li&gt;
&lt;li&gt;Django 3.0 provides support for running as an ASGI application, making Django fully async-capable&lt;/li&gt;
&lt;li&gt;Exclusion constraints on PostgreSQL: Django 3.0 adds a new ExclusionConstraint class which adds exclusion constraints on PostgreSQL, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Read &lt;a href="https://www.techiediaries.com/django-3-tutorial-and-crud-example-with-mysql-and-bootstrap/"&gt;full tutorial&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>django</category>
      <category>bootstrap</category>
      <category>mysql</category>
    </item>
  </channel>
</rss>
