{"id":1524,"date":"2021-05-22T17:00:32","date_gmt":"2021-05-22T14:00:32","guid":{"rendered":"https:\/\/www.etemkeskin.com\/?p=1524"},"modified":"2021-05-22T17:02:39","modified_gmt":"2021-05-22T14:02:39","slug":"python-django-projesini-windows-isletim-sisteminde-bat-dosyasi-ile-calistirma-2","status":"publish","type":"post","link":"https:\/\/www.etemkeskin.com\/index.php\/tr\/2021\/05\/22\/python-django-projesini-windows-isletim-sisteminde-bat-dosyasi-ile-calistirma-2\/","title":{"rendered":"Python Django Projesini Windows \u0130\u015fletim Sisteminde .bat Dosyas\u0131 ile \u00c7al\u0131\u015ft\u0131rma"},"content":{"rendered":"\n<p><strong>Django<\/strong> ile web projeleri geli\u015ftirirken s\u00fcrekli yap\u0131lan ve can s\u0131k\u0131c\u0131 olan projeyi aya\u011fa kald\u0131rmakt\u0131r. Bu yaz\u0131da e\u011fer windows kullan\u0131c\u0131s\u0131 iseniz masa\u00fcst\u00fcn\u00fczde .bat dosyas\u0131 olu\u015fturarak kolayl\u0131kla projenizi \u00e7al\u0131\u015ft\u0131rabilirsiniz. Ben i\u015fletim sistemi olarak Windows 10 kullan\u0131yorum.<\/p>\n\n\n\n<p>A\u015fa\u011f\u0131daki kod sat\u0131rlar\u0131n\u0131 bir <strong>Visual Studio Code, Pycharm<\/strong> gibi bir kod edit\u00f6r\u00fc ile a\u00e7\u0131p<strong> .bat<\/strong> uzant\u0131s\u0131 olarak masa\u00fcst\u00fcn\u00fcze kaydedebilirsiniz.<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;mode&quot;:&quot;powershell&quot;,&quot;mime&quot;:&quot;application\/x-powershell&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;language&quot;:&quot;PowerShell&quot;,&quot;modeName&quot;:&quot;powershell&quot;}\">@REM Yorum satiri : Aktif console kod sayfasini UTF-8 olarak degistirme\nchcp 65001\n@REM Yorum satiri : proje klasorune gecme\ncd C:\\Users\\etem\\Desktopd\\django_proje_klasoru\n@REM Yorum satiri : Anaconda kullandigim icin base sanal ortami aktive etme.\ncall activate base\n@REM Yorum satiri : Anaconda klasorundeki python3.exe si ile projemizi baslatma.\nC:\\Users\\etem\\anaconda3\\python3.exe manage.py runserver\n\nPAUSE\n<\/pre><\/div>\n\n\n\n<p>Masa\u00fcst\u00fcnde \u00f6rne\u011fin <strong>django_proje.bat<\/strong> \u015feklinde olu\u015fturdu\u011funuz dosyaya t\u0131klad\u0131\u011f\u0131n\u0131zda projeniz otomatik olarak ba\u015flat\u0131lacakt\u0131r.<\/p>\n\n\n\n<p>E\u011fer olu\u015fturdu\u011funuz .bat dosyas\u0131n\u0131 <code><strong>C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\StartUp<\/strong><\/code> klas\u00f6r\u00fcn\u00fc kopyalarsan\u0131z bilgisayar\u0131n\u0131z her a\u00e7\u0131ld\u0131\u011f\u0131nda projenizin otomatik olarak \u00e7al\u0131\u015facakt\u0131r.<\/p>\n\n\n\n<p>Ba\u015far\u0131lar.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Django ile web projeleri geli\u015ftirirken s\u00fcrekli yap\u0131lan ve can s\u0131k\u0131c\u0131 olan projeyi aya\u011fa kald\u0131rmakt\u0131r. Bu yaz\u0131da e\u011fer windows kullan\u0131c\u0131s\u0131 iseniz masa\u00fcst\u00fcn\u00fczde .bat dosyas\u0131 olu\u015fturarak kolayl\u0131kla projenizi \u00e7al\u0131\u015ft\u0131rabilirsiniz. Ben i\u015fletim sistemi olarak Windows 10 kullan\u0131yorum. A\u015fa\u011f\u0131daki kod sat\u0131rlar\u0131n\u0131 bir Visual Studio Code, Pycharm gibi bir kod edit\u00f6r\u00fc ile a\u00e7\u0131p .bat uzant\u0131s\u0131 olarak masa\u00fcst\u00fcn\u00fcze kaydedebilirsiniz. Masa\u00fcst\u00fcnde \u00f6rne\u011fin [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[32,26],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v16.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Python Django Projesini Windows \u0130\u015fletim Sisteminde .bat Dosyas\u0131 ile \u00c7al\u0131\u015ft\u0131rma - blog website<\/title>\n<meta name=\"description\" content=\"When developing projects with Django, the constant and annoying work is to restart the project. In this post, if you are a Windows user, you can easily run your project by creating a .bat file on your desktop. I use Windows 10 as the operating system.You can open the following lines of code with a code editor such as Visual Studio Code, Pycharm, and save it on your desktop as a .bat extension.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.etemkeskin.com\/index.php\/tr\/2021\/05\/22\/python-django-projesini-windows-isletim-sisteminde-bat-dosyasi-ile-calistirma-2\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python Django Projesini Windows \u0130\u015fletim Sisteminde .bat Dosyas\u0131 ile \u00c7al\u0131\u015ft\u0131rma - blog website\" \/>\n<meta property=\"og:description\" content=\"When developing projects with Django, the constant and annoying work is to restart the project. In this post, if you are a Windows user, you can easily run your project by creating a .bat file on your desktop. I use Windows 10 as the operating system.You can open the following lines of code with a code editor such as Visual Studio Code, Pycharm, and save it on your desktop as a .bat extension.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.etemkeskin.com\/index.php\/tr\/2021\/05\/22\/python-django-projesini-windows-isletim-sisteminde-bat-dosyasi-ile-calistirma-2\/\" \/>\n<meta property=\"og:site_name\" content=\"blog website\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-22T14:00:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-22T14:02:39+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tahmini okuma s\u00fcresi\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.etemkeskin.com\/#website\",\"url\":\"https:\/\/www.etemkeskin.com\/\",\"name\":\"blog website\",\"description\":\"Etem KESK\\u0130N\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/www.etemkeskin.com\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"tr\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.etemkeskin.com\/index.php\/tr\/2021\/05\/22\/python-django-projesini-windows-isletim-sisteminde-bat-dosyasi-ile-calistirma-2\/#webpage\",\"url\":\"https:\/\/www.etemkeskin.com\/index.php\/tr\/2021\/05\/22\/python-django-projesini-windows-isletim-sisteminde-bat-dosyasi-ile-calistirma-2\/\",\"name\":\"Python Django Projesini Windows \\u0130\\u015fletim Sisteminde .bat Dosyas\\u0131 ile \\u00c7al\\u0131\\u015ft\\u0131rma - blog website\",\"isPartOf\":{\"@id\":\"https:\/\/www.etemkeskin.com\/#website\"},\"datePublished\":\"2021-05-22T14:00:32+00:00\",\"dateModified\":\"2021-05-22T14:02:39+00:00\",\"author\":{\"@id\":\"https:\/\/www.etemkeskin.com\/#\/schema\/person\/dcbc30282861ce578b96a79ce8789629\"},\"description\":\"When developing projects with Django, the constant and annoying work is to restart the project. In this post, if you are a Windows user, you can easily run your project by creating a .bat file on your desktop. I use Windows 10 as the operating system.You can open the following lines of code with a code editor such as Visual Studio Code, Pycharm, and save it on your desktop as a .bat extension.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.etemkeskin.com\/index.php\/tr\/2021\/05\/22\/python-django-projesini-windows-isletim-sisteminde-bat-dosyasi-ile-calistirma-2\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.etemkeskin.com\/index.php\/tr\/2021\/05\/22\/python-django-projesini-windows-isletim-sisteminde-bat-dosyasi-ile-calistirma-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.etemkeskin.com\/index.php\/tr\/2021\/05\/22\/python-django-projesini-windows-isletim-sisteminde-bat-dosyasi-ile-calistirma-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ana sayfa\",\"item\":\"https:\/\/www.etemkeskin.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python Django Projesini Windows \\u0130\\u015fletim Sisteminde .bat Dosyas\\u0131 ile \\u00c7al\\u0131\\u015ft\\u0131rma\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.etemkeskin.com\/#\/schema\/person\/dcbc30282861ce578b96a79ce8789629\",\"name\":\"etemkeskin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.etemkeskin.com\/#personlogo\",\"inLanguage\":\"tr\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6af0148b790691ed24ae245fb3dc773b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6af0148b790691ed24ae245fb3dc773b?s=96&d=mm&r=g\",\"caption\":\"etemkeskin\"},\"url\":\"https:\/\/www.etemkeskin.com\/index.php\/author\/etemkeskinyahoo-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/www.etemkeskin.com\/index.php\/wp-json\/wp\/v2\/posts\/1524"}],"collection":[{"href":"https:\/\/www.etemkeskin.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.etemkeskin.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.etemkeskin.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.etemkeskin.com\/index.php\/wp-json\/wp\/v2\/comments?post=1524"}],"version-history":[{"count":5,"href":"https:\/\/www.etemkeskin.com\/index.php\/wp-json\/wp\/v2\/posts\/1524\/revisions"}],"predecessor-version":[{"id":1529,"href":"https:\/\/www.etemkeskin.com\/index.php\/wp-json\/wp\/v2\/posts\/1524\/revisions\/1529"}],"wp:attachment":[{"href":"https:\/\/www.etemkeskin.com\/index.php\/wp-json\/wp\/v2\/media?parent=1524"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.etemkeskin.com\/index.php\/wp-json\/wp\/v2\/categories?post=1524"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.etemkeskin.com\/index.php\/wp-json\/wp\/v2\/tags?post=1524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}