<?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: Neuron123</title>
    <description>The latest articles on DEV Community by Neuron123 (@neuron123).</description>
    <link>https://dev.to/neuron123</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%2F770767%2F4c954f60-a913-488b-9623-aa75bd313b7a.png</url>
      <title>DEV Community: Neuron123</title>
      <link>https://dev.to/neuron123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/neuron123"/>
    <language>en</language>
    <item>
      <title>Installing Django from Source: A Comprehensive Guide</title>
      <dc:creator>Neuron123</dc:creator>
      <pubDate>Tue, 01 Oct 2024 22:12:18 +0000</pubDate>
      <link>https://dev.to/neuron123/installing-django-from-source-a-comprehensive-guide-33ea</link>
      <guid>https://dev.to/neuron123/installing-django-from-source-a-comprehensive-guide-33ea</guid>
      <description>&lt;p&gt;Are you looking to dive deep into Django development? Installing Django from source is an excellent way to get started, especially if you want to contribute to the project or stay on the cutting edge of Django development. In this guide, we'll walk you through the process step by step.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;br&gt;
Before we begin, make sure you have the following installed on your system:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Python (Django is compatible with Python 3.6 and later)&lt;br&gt;
Git (for cloning the Django repository)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step-by-Step Installation Guide&lt;/strong&gt;&lt;br&gt;
&lt;u&gt;&lt;strong&gt;1. Clone the Django Repository&lt;/strong&gt;&lt;/u&gt;&lt;br&gt;
Open your terminal or command prompt and run the following command to clone the Django repository:&lt;br&gt;
&lt;strong&gt;git clone &lt;a href="https://github.com/django/django.git" rel="noopener noreferrer"&gt;https://github.com/django/django.git&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
This will create a new directory named django in your current location.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Navigate to the Django Directory&lt;/strong&gt;&lt;br&gt;
Change your current directory to the newly cloned Django repository:&lt;br&gt;
&lt;strong&gt;cd django&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Create and Activate a Virtual Environment&lt;/strong&gt;&lt;br&gt;
It's always a good practice to use a virtual environment for Python projects. Create and activate one using these commands:&lt;br&gt;
&lt;strong&gt;python -m venv venv&lt;/strong&gt; or &lt;strong&gt;virtualenv venv&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;source venv/bin/activate&lt;/strong&gt;  # On Windows, use: &lt;strong&gt;venv\Scripts\activate&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Install Dependencies&lt;/strong&gt;&lt;br&gt;
With your virtual environment activated, install the required dependencies:&lt;br&gt;
&lt;strong&gt;pip install -e .&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This command installs Django in "editable" mode, which is ideal for development purposes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Verify the Installation&lt;/strong&gt;&lt;br&gt;
To ensure Django has been installed correctly, run:&lt;br&gt;
&lt;strong&gt;python -m django --version&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This should display the version number of the Django installation.&lt;br&gt;
Conclusion&lt;br&gt;
&lt;em&gt;Congratulations! You've successfully installed Django from source. This setup allows you to work with the latest Django code and even contribute to the project if you wish.&lt;br&gt;
Remember, when working on Django projects, always activate your virtual environment first. Happy coding!&lt;/em&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>WakaTime VsCode Extension ... Amazing</title>
      <dc:creator>Neuron123</dc:creator>
      <pubDate>Fri, 13 May 2022 16:16:49 +0000</pubDate>
      <link>https://dev.to/neuron123/wakatime-vscode-extension-amazing-51j1</link>
      <guid>https://dev.to/neuron123/wakatime-vscode-extension-amazing-51j1</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qErYn4xm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gsvkjfpto55o3pfh1phz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qErYn4xm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gsvkjfpto55o3pfh1phz.png" alt="Image description" width="880" height="502"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Came across &lt;strong&gt;wakatime vs code extension&lt;/strong&gt; used for tracking your coding time. The extension gives you various data analysis based on various filters such date ranges and projects and other metrics.&lt;/p&gt;

&lt;p&gt;This extension is just amazing, as it enables a dev be consious on how much time is spent various projects or languages, giving u a better grasp on how you are developing as a developer.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I have been struck again and again by how important measurement is to improving the human condition.&lt;br&gt;
_ Bill Gates_&lt;/p&gt;
&lt;/blockquote&gt;

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