<?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: islam kamel</title>
    <description>The latest articles on DEV Community by islam kamel (@islamkamel).</description>
    <link>https://dev.to/islamkamel</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%2F605100%2Fad94c8c3-7872-431a-afef-e9ebb7551efd.png</url>
      <title>DEV Community: islam kamel</title>
      <link>https://dev.to/islamkamel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/islamkamel"/>
    <language>en</language>
    <item>
      <title>Django-Start V1.1.6</title>
      <dc:creator>islam kamel</dc:creator>
      <pubDate>Sat, 26 Nov 2022 12:17:35 +0000</pubDate>
      <link>https://dev.to/islamkamel/django-start-v116-5hnf</link>
      <guid>https://dev.to/islamkamel/django-start-v116-5hnf</guid>
      <description>&lt;p&gt;I made a new update for &lt;/p&gt;

&lt;h2&gt;
  
  
  Django-Start v1.1.6
&lt;/h2&gt;

&lt;p&gt;, this update remained more stable, especially in running on macOS and Linux, and improving performance&lt;/p&gt;

&lt;p&gt;Also, a new feature has worked, which will make you choose the Custom URL of the Django application, and this is a prelude to a new feature, which we will download, if God wills, in the next update 1.2.0&lt;/p&gt;

&lt;p&gt;You can set custom URL know by type this &lt;code&gt;-u&lt;/code&gt; or &lt;code&gt;--url-path&lt;/code&gt; and after type your custom URL&lt;/p&gt;

&lt;p&gt;You can read the documentation to know more about the&lt;br&gt;
improvements that happened in the new version&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/islam-kamel/django-start" rel="noopener noreferrer"&gt;https://github.com/islam-kamel/django-start&lt;/a&gt;&lt;/p&gt;

</description>
      <category>emptystring</category>
    </item>
    <item>
      <title>DjangoStart New Release 1.0.4 🎊</title>
      <dc:creator>islam kamel</dc:creator>
      <pubDate>Sat, 16 Jul 2022 22:43:07 +0000</pubDate>
      <link>https://dev.to/islamkamel/djangostart-new-reless-104-43k9</link>
      <guid>https://dev.to/islamkamel/djangostart-new-reless-104-43k9</guid>
      <description>&lt;p&gt;This script saves time for you to start a new Django project. It creates the project and creates the first app and then updates the project settings file and also updates the project URLs file and then creates a views and configures the application URLs file and also creates the index.html&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;h3&gt;
  
  
  New Feature
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;-v, --virtualenv&lt;/code&gt; For create virtual environment by default name &lt;code&gt;env&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;-n, --name&lt;/code&gt; To set custom name for virtualenv &lt;code&gt;-v -n my_new_name&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Chang Log
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;added help options&lt;/li&gt;
&lt;li&gt;fixes bugs&lt;/li&gt;
&lt;li&gt;refactor code&lt;/li&gt;
&lt;li&gt;remove version check function&lt;/li&gt;
&lt;li&gt;required add path to project
&lt;code&gt;django-start &amp;lt;project_name&amp;gt; &amp;lt;app_name&amp;gt; .&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;now for install django-start just type &lt;code&gt;pip install django-start-automate&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Installation
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;django-start-automate
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;django-start &lt;span class="nt"&gt;--help&lt;/span&gt;

usage: django-start &lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="nt"&gt;-h&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt; &lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="nt"&gt;-v&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt; &lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="nt"&gt;-n&lt;/span&gt; &lt;span class="o"&gt;]&lt;/span&gt; project_name app_name path

django-start 1.0.4 &lt;span class="o"&gt;(&lt;/span&gt;Beta&lt;span class="o"&gt;)&lt;/span&gt; automate start project and create app

positional arguments:
  project_name      Write a project name
  app_name          Write an app name
  path              &lt;span class="k"&gt;select &lt;/span&gt;path

options:
  &lt;span class="nt"&gt;-h&lt;/span&gt;, &lt;span class="nt"&gt;--help&lt;/span&gt;        show this &lt;span class="nb"&gt;help &lt;/span&gt;message and &lt;span class="nb"&gt;exit&lt;/span&gt;
  &lt;span class="nt"&gt;-v&lt;/span&gt;, &lt;span class="nt"&gt;--virtualenv&lt;/span&gt;  Create virtualenv
  &lt;span class="nt"&gt;-n&lt;/span&gt; &lt;span class="o"&gt;[]&lt;/span&gt;, &lt;span class="nt"&gt;--name&lt;/span&gt; &lt;span class="o"&gt;[]&lt;/span&gt;  Set virtualenv name

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Success Install 🎊&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Start First Project with virtualenv
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;django-start frist_project first_app &lt;span class="nt"&gt;-v&lt;/span&gt; &lt;span class="nt"&gt;-n&lt;/span&gt; my_virtualenv &lt;span class="nb"&gt;.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;blockquote&gt;
&lt;p&gt;You can run command without create virrualenv&lt;br&gt;
&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;django-start frist_project first_app &lt;span class="nb"&gt;.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fWYJZvxG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/k93sbntq6gzdtac2wdi0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fWYJZvxG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/k93sbntq6gzdtac2wdi0.png" alt="django start screen shoot" width="880" height="497"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://pypi.org/project/django-start-automate/"&gt;pypi project&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/islam-kamel/django-start"&gt;django-start repo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>django</category>
      <category>pythoh</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Django-Start Script ✨</title>
      <dc:creator>islam kamel</dc:creator>
      <pubDate>Fri, 15 Jul 2022 06:41:26 +0000</pubDate>
      <link>https://dev.to/islamkamel/django-start-script-52nb</link>
      <guid>https://dev.to/islamkamel/django-start-script-52nb</guid>
      <description>&lt;h2&gt;
  
  
  Hi there 👋
&lt;/h2&gt;

&lt;h3&gt;
  
  
  New version of Django Start v1.0.0-beta.2 🎊
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;This script saves time for you to start a new Django project. It creates the project and creates the first app and then updates the project settings file and also updates the project URLs file and then creates a views and configures the application URLs file and also creates the index.html&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;&lt;strong&gt;🐞 Fixes Bugs:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fix the error of repeating the application name within the settings.py file&lt;/li&gt;
&lt;li&gt;Fix the error of repeating the application link within the urls.py file&lt;/li&gt;
&lt;li&gt;Fix the error of re-creating a file views.py&lt;/li&gt;
&lt;li&gt;Fixing the error of fixing unnecessary dependencies&lt;/li&gt;
&lt;li&gt;Hide the required package installation output from the periphery&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Features added 🧾:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Check to get the latest version of Django-Start&lt;/li&gt;
&lt;li&gt;Automatic Update Pip Package Manager&lt;/li&gt;
&lt;li&gt;Create a file requirements.txt&lt;/li&gt;
&lt;li&gt;Support Linux platform&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/islam-kamel/django-start"&gt;https://github.com/islam-kamel/django-start&lt;/a&gt;&lt;/p&gt;

</description>
      <category>django</category>
      <category>python</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Say Hello</title>
      <dc:creator>islam kamel</dc:creator>
      <pubDate>Mon, 29 Mar 2021 09:24:40 +0000</pubDate>
      <link>https://dev.to/islamkamel/say-hello-4h52</link>
      <guid>https://dev.to/islamkamel/say-hello-4h52</guid>
      <description>&lt;p&gt;Hello, I just joined this wonderful community&lt;br&gt;
I strive to achieve my goal in learning the Python language, as I have some previous experiences in the C ++ language. I hope to find someone who will support me in achieving this.&lt;br&gt;
Say goodbye&lt;/p&gt;

</description>
      <category>python</category>
    </item>
  </channel>
</rss>
