<?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: vaibhav bisht</title>
    <description>The latest articles on DEV Community by vaibhav bisht (@vaibhav135).</description>
    <link>https://dev.to/vaibhav135</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%2F437782%2F40f29aeb-19ae-4439-b229-fafadda82519.jpeg</url>
      <title>DEV Community: vaibhav bisht</title>
      <link>https://dev.to/vaibhav135</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vaibhav135"/>
    <language>en</language>
    <item>
      <title>how to make the current page   active in HTML-CSS with the help of js</title>
      <dc:creator>vaibhav bisht</dc:creator>
      <pubDate>Tue, 22 Sep 2020 08:37:40 +0000</pubDate>
      <link>https://dev.to/vaibhav135/how-to-make-the-current-page-active-in-html-css-with-the-help-of-js-5a6i</link>
      <guid>https://dev.to/vaibhav135/how-to-make-the-current-page-active-in-html-css-with-the-help-of-js-5a6i</guid>
      <description>&lt;p&gt;Hii, I am new to web development and I am loading my navigation across all webpages with the help of load. Now my question is how can I make the current page active. I have already tried adding the class active, used eventlistener but it doesn't work. The page url changes but the active status remains default. Tell me how can I solve this issue.&lt;br&gt;
Thank you &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>discuss</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Serializing custom models in django-rest-framework ()</title>
      <dc:creator>vaibhav bisht</dc:creator>
      <pubDate>Wed, 22 Jul 2020 10:15:31 +0000</pubDate>
      <link>https://dev.to/vaibhav135/serializing-custom-models-in-django-rest-framework-4m25</link>
      <guid>https://dev.to/vaibhav135/serializing-custom-models-in-django-rest-framework-4m25</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;h1&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pTF_nE4a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
            &lt;a href="https://stackoverflow.com/questions/62610889/serializing-custom-models-in-django-rest-framework" rel="noopener noreferrer"&gt;
               Serializing custom models in django-rest-framework ()
            &lt;/a&gt;
        &lt;/h1&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Jun 27 '20&lt;/span&gt;
            &lt;span&gt;Comments: 1&lt;/span&gt;
            &lt;span&gt;Answers: 1&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/62610889/serializing-custom-models-in-django-rest-framework" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5MiFESHx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          0
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Rk_a5QFN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;Hii i am new to django rest framework. I want to create a registration form
I have already created my models.py. In the models.py I didn't added the confirm_password field (as the tutorial I watched on youtube said). But I add the confirm_password field in serializers.py
&lt;br&gt; &lt;br&gt;
&lt;strong&gt;Serializers.py&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;class account_data_serializer(serializers.ModelSerializer)
    confirm_password&lt;/code&gt;&lt;/pre&gt;…
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    
      &lt;a href="https://stackoverflow.com/questions/62610889/serializing-custom-models-in-django-rest-framework" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
    
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
