{"id":10462,"date":"2022-09-23T19:40:12","date_gmt":"2022-09-23T14:10:12","guid":{"rendered":"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/"},"modified":"2022-09-23T19:40:12","modified_gmt":"2022-09-23T14:10:12","slug":"solved-running-a-django-project-with-documentation-based-in-linux-on-windows","status":"publish","type":"post","link":"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/","title":{"rendered":"[Solved] Running a django project with documentation based in linux on windows"},"content":{"rendered":"<p> [ad_1]<br \/>\n<\/p>\n<div id=\"answer-72535276\" class=\"answer js-answer accepted-answer js-accepted-answer\" data-answerid=\"72535276\" data-parentid=\"72525733\" data-score=\"0\" data-position-on-page=\"1\" data-highest-scored=\"1\" data-question-has-accepted-highest-score=\"1\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\">\n<div class=\"post-layout\">\n<div class=\"votecell post-layout--left\"><\/div>\n<div class=\"answercell post-layout--right\">\n<div class=\"s-prose js-post-body\" itemprop=\"text\">\n<p>I&#8217;m on Windows 10. If you&#8217;re not opposed to using Windows Command Prompt, here are the steps to running this project. I don&#8217;t use Powershell but if you must, see Powershell note at bottom of my answer.<\/p>\n<ol>\n<li>Go here: <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/github.com\/sajib1066\/django-event-management\">https:\/\/github.com\/sajib1066\/django-event-management<\/a><\/li>\n<li>Grab this clone link: <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/github.com\/sajib1066\/django-event-management.git\">https:\/\/github.com\/sajib1066\/django-event-management.git<\/a><\/li>\n<li>Open Windows CMD prompt.<\/li>\n<li>Change directory to a place on your computer. Ex: <code>cd \"C:\\Users\\&lt;your_user&gt;\\Downloads\"<\/code><\/li>\n<li>Make new directory: <code>mkdir SO72525733 &amp;&amp; cd SO72525733<\/code><\/li>\n<li><code>git clone https:\/\/github.com\/sajib1066\/django-event-management.git<\/code><\/li>\n<\/ol>\n<pre><code> Output:\n C:\\Users\\Jarad\\Downloads\\SO72525733&gt;git clone https:\/\/github.com\/sajib1066\/django-event-management.git\n Cloning into 'django-event-management'...\n remote: Enumerating objects: 2838, done.\n remote: Counting objects: 100% (32\/32), done.\n remote: Compressing objects: 100% (30\/30), done.\n remote: Total 2838 (delta 5), reused 15 (delta 0), pack-reused 2806\n Receiving objects: 100% (2838\/2838), 18.75 MiB | 6.82 MiB\/s, done.\n Resolving deltas: 100% (1141\/1141), done.\n<\/code><\/pre>\n<ol start=\"7\">\n<li><code>cd django-event-management<\/code><\/li>\n<li><code>virtualenv venv<\/code><\/li>\n<\/ol>\n<pre><code> Output:\n C:\\Users\\Jarad\\Downloads\\SO72525733\\django-event-management&gt;virtualenv venv\n created virtual environment CPython3.7.3.final.0-64 in 10271ms\n   creator CPython3Windows(dest=C:\\Users\\Jarad\\Downloads\\SO72525733\\django-event-management\\venv, clear=False, no_vcs_ignore=False, global=False)\n   seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=C:\\Users\\Jarad\\AppData\\Local\\pypa\\virtualenv)\n     added seed packages: pip==22.0.4, setuptools==62.1.0, wheel==0.37.1\n   activators BashActivator,BatchActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator\n<\/code><\/pre>\n<ol start=\"9\">\n<li><code>venv\\Scripts\\activate<\/code><\/li>\n<li>You should see your terminal add (venv) to the path. That&#8217;s how you know your virtual environment is activated in the terminal.<br \/>\nEx: <em>(venv) C:\\Users\\Jarad\\Downloads\\SO72525733\\django-event-management&gt;<\/em><\/li>\n<li><code>pip install -r requirements.txt<\/code><\/li>\n<li><code>python manage.py migrate<\/code> (or just <code>manage.py migrate<\/code> works too if you&#8217;re in the root directory)<\/li>\n<li><code>python manage.py createsuperuser<\/code><\/li>\n<li><code>python manage.py runserver<\/code><\/li>\n<\/ol>\n<p><strong>If you must use Powershell<\/strong>, activating the virtual environment is no different.<\/p>\n<pre><code>Windows PowerShell\nCopyright (C) Microsoft Corporation. All rights reserved.\n\nTry the new cross-platform PowerShell https:\/\/aka.ms\/pscore6\n\nPS C:\\WINDOWS\\system32&gt; cd C:\\Users\\Jarad\\Downloads\\SO72525733\\django-event-management\nPS C:\\Users\\Jarad\\Downloads\\SO72525733\\django-event-management&gt; ls\n\n\n    Directory: C:\\Users\\Jarad\\Downloads\\SO72525733\\django-event-management\n\n\nMode                 LastWriteTime         Length Name\n----                 -------------         ------ ----\nd-----          6\/7\/2022  10:09 AM                .idea\nd-----          6\/7\/2022  10:15 AM                events\nd-----          6\/7\/2022  10:15 AM                event_management\nd-----          6\/7\/2022  10:09 AM                static\nd-----          6\/7\/2022  10:09 AM                templates\nd-----          6\/7\/2022  10:10 AM                venv\n-a----          6\/7\/2022  10:09 AM           1972 .gitignore\n-a----          6\/7\/2022  10:16 AM         294912 db.sqlite3\n-a----          6\/7\/2022  10:09 AM            657 manage.py\n-a----          6\/7\/2022  10:09 AM            692 README.md\n-a----          6\/7\/2022  10:09 AM            336 requirements.txt\n\n\nPS C:\\Users\\Jarad\\Downloads\\SO72525733\\django-event-management&gt; venv\\Scripts\\activate\n(venv) PS C:\\Users\\Jarad\\Downloads\\SO72525733\\django-event-management&gt;\n<\/code><\/pre>\n<\/p><\/div>\n<div class=\"mt24\"><\/div>\n<\/div>\n<p>            <span class=\"d-none\" itemprop=\"commentCount\">2<\/span> <\/p><\/div>\n<\/div>\n<p>[ad_2]<\/p>\n<p>solved Running a django project with documentation based in linux on windows <\/p>\n","protected":false},"excerpt":{"rendered":"<p>[ad_1] I&#8217;m on Windows 10. If you&#8217;re not opposed to using Windows Command Prompt, here are the steps to running this project. I don&#8217;t use Powershell but if you must, see Powershell note at bottom of my answer. Go here: https:\/\/github.com\/sajib1066\/django-event-management Grab this clone link: https:\/\/github.com\/sajib1066\/django-event-management.git Open Windows CMD prompt. Change directory to a place &#8230; <a title=\"[Solved] Running a django project with documentation based in linux on windows\" class=\"read-more\" href=\"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/\" aria-label=\"More on [Solved] Running a django project with documentation based in linux on windows\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[320],"tags":[497,619,424,1153,349],"class_list":["post-10462","post","type-post","status-publish","format-standard","hentry","category-solved","tag-django","tag-github","tag-linux","tag-powershell","tag-python"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>[Solved] Running a django project with documentation based in linux on windows - JassWeb<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[Solved] Running a django project with documentation based in linux on windows - JassWeb\" \/>\n<meta property=\"og:description\" content=\"[ad_1] I&#8217;m on Windows 10. If you&#8217;re not opposed to using Windows Command Prompt, here are the steps to running this project. I don&#8217;t use Powershell but if you must, see Powershell note at bottom of my answer. Go here: https:\/\/github.com\/sajib1066\/django-event-management Grab this clone link: https:\/\/github.com\/sajib1066\/django-event-management.git Open Windows CMD prompt. Change directory to a place ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"JassWeb\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-23T14:10:12+00:00\" \/>\n<meta name=\"author\" content=\"Kirat\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kirat\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/\"},\"author\":{\"name\":\"Kirat\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31\"},\"headline\":\"[Solved] Running a django project with documentation based in linux on windows\",\"datePublished\":\"2022-09-23T14:10:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/\"},\"wordCount\":153,\"publisher\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#organization\"},\"keywords\":[\"django\",\"github\",\"linux\",\"powershell\",\"python\"],\"articleSection\":[\"Solved\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/\",\"url\":\"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/\",\"name\":\"[Solved] Running a django project with documentation based in linux on windows - JassWeb\",\"isPartOf\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#website\"},\"datePublished\":\"2022-09-23T14:10:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jassweb.com\/solved\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Solved] Running a django project with documentation based in linux on windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jassweb.com\/solved\/#website\",\"url\":\"https:\/\/jassweb.com\/solved\/\",\"name\":\"JassWeb\",\"description\":\"Build High-quality Websites\",\"publisher\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jassweb.com\/solved\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jassweb.com\/solved\/#organization\",\"name\":\"Jass Web\",\"url\":\"https:\/\/jassweb.com\/solved\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png\",\"contentUrl\":\"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png\",\"width\":693,\"height\":132,\"caption\":\"Jass Web\"},\"image\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31\",\"name\":\"Kirat\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1776403586\",\"contentUrl\":\"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1776403586\",\"caption\":\"Kirat\"},\"sameAs\":[\"http:\/\/jassweb.com\"],\"url\":\"https:\/\/jassweb.com\/solved\/author\/jaspritsinghghumangmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[Solved] Running a django project with documentation based in linux on windows - JassWeb","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/","og_locale":"en_US","og_type":"article","og_title":"[Solved] Running a django project with documentation based in linux on windows - JassWeb","og_description":"[ad_1] I&#8217;m on Windows 10. If you&#8217;re not opposed to using Windows Command Prompt, here are the steps to running this project. I don&#8217;t use Powershell but if you must, see Powershell note at bottom of my answer. Go here: https:\/\/github.com\/sajib1066\/django-event-management Grab this clone link: https:\/\/github.com\/sajib1066\/django-event-management.git Open Windows CMD prompt. Change directory to a place ... Read more","og_url":"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/","og_site_name":"JassWeb","article_published_time":"2022-09-23T14:10:12+00:00","author":"Kirat","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kirat","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/#article","isPartOf":{"@id":"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/"},"author":{"name":"Kirat","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31"},"headline":"[Solved] Running a django project with documentation based in linux on windows","datePublished":"2022-09-23T14:10:12+00:00","mainEntityOfPage":{"@id":"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/"},"wordCount":153,"publisher":{"@id":"https:\/\/jassweb.com\/solved\/#organization"},"keywords":["django","github","linux","powershell","python"],"articleSection":["Solved"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/","url":"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/","name":"[Solved] Running a django project with documentation based in linux on windows - JassWeb","isPartOf":{"@id":"https:\/\/jassweb.com\/solved\/#website"},"datePublished":"2022-09-23T14:10:12+00:00","breadcrumb":{"@id":"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jassweb.com\/solved\/solved-running-a-django-project-with-documentation-based-in-linux-on-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jassweb.com\/solved\/"},{"@type":"ListItem","position":2,"name":"[Solved] Running a django project with documentation based in linux on windows"}]},{"@type":"WebSite","@id":"https:\/\/jassweb.com\/solved\/#website","url":"https:\/\/jassweb.com\/solved\/","name":"JassWeb","description":"Build High-quality Websites","publisher":{"@id":"https:\/\/jassweb.com\/solved\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jassweb.com\/solved\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jassweb.com\/solved\/#organization","name":"Jass Web","url":"https:\/\/jassweb.com\/solved\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/","url":"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png","contentUrl":"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png","width":693,"height":132,"caption":"Jass Web"},"image":{"@id":"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31","name":"Kirat","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/image\/","url":"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1776403586","contentUrl":"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1776403586","caption":"Kirat"},"sameAs":["http:\/\/jassweb.com"],"url":"https:\/\/jassweb.com\/solved\/author\/jaspritsinghghumangmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts\/10462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/comments?post=10462"}],"version-history":[{"count":0,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts\/10462\/revisions"}],"wp:attachment":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/media?parent=10462"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/categories?post=10462"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/tags?post=10462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}