<?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: Nishant Deshmukh</title>
    <description>The latest articles on DEV Community by Nishant Deshmukh (@nishant216).</description>
    <link>https://dev.to/nishant216</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%2F975489%2Febda0e34-a60f-425f-b53e-2205eecdb9cb.jpeg</url>
      <title>DEV Community: Nishant Deshmukh</title>
      <link>https://dev.to/nishant216</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nishant216"/>
    <language>en</language>
    <item>
      <title>Django setup for mac</title>
      <dc:creator>Nishant Deshmukh</dc:creator>
      <pubDate>Sat, 03 Dec 2022 14:35:08 +0000</pubDate>
      <link>https://dev.to/nishant216/django-setup-for-mac-4mka</link>
      <guid>https://dev.to/nishant216/django-setup-for-mac-4mka</guid>
      <description>&lt;p&gt;&lt;strong&gt;Django&lt;/strong&gt; is the framework for designing the web applications using python.While starting with Django we have to setup/create the virtual environment in our working directory then we can go for building the web application.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔶 COMMANDS :
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Gives the path where you want to create a project folder: cd /Users/nishant/Desktop (Note : There is space between the cd &amp;amp; /)&lt;/li&gt;
&lt;li&gt;Then create a folder : mkdir my_projects&lt;/li&gt;
&lt;li&gt;Then Create the virtual environment using python : python3 -m venv env  (Here env is the name of environment you can give the name as per your choice).&lt;/li&gt;
&lt;li&gt;Then we have to activate the virtual environment using command :source env/bin/activate (env is the name of an environment )&lt;/li&gt;
&lt;li&gt;After that the environment is ready to work with the given directory now we have to install the django only in given environment using command : pip install django &lt;/li&gt;
&lt;li&gt;Then we are creating the project using django : django-admin startproject first_project (Here first_project is the name of the project you can give the name as per your choice).&lt;/li&gt;
&lt;li&gt;Then open the project : cd first_project&lt;/li&gt;
&lt;li&gt;Finally we have to run the server using command : python3 manage.py runserver&lt;/li&gt;
&lt;li&gt;After that in terminal the ip address is created for the launch the project on web : i.e. 127.0.0.1:8000&lt;/li&gt;
&lt;li&gt;Copy the ip address and paste it on chrome.&lt;/li&gt;
&lt;li&gt;Done 👍🏻.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  🔶 Screenshots :
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fircq0kwg4xsmfd4oxpm7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fircq0kwg4xsmfd4oxpm7.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd753fhmfciork4k6wz2m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd753fhmfciork4k6wz2m.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>django</category>
      <category>python</category>
      <category>webapp</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
