{"id":2146,"date":"2021-06-23T11:36:22","date_gmt":"2021-06-23T11:36:22","guid":{"rendered":"https:\/\/codeastro.com\/?p=2146"},"modified":"2021-09-09T17:45:59","modified_gmt":"2021-09-09T12:00:59","slug":"online-examination-system-in-python-django-with-source-code","status":"publish","type":"post","link":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/","title":{"rendered":"Online Examination System in Python Django with Source Code"},"content":{"rendered":"\n<p>A fully functional project based on Online Examination System which uses&nbsp;<em><a href=\"https:\/\/codeastro.com\/category\/python\/\" target=\"_blank\" rel=\"noreferrer noopener\">Python<\/a><\/em>&nbsp;with&nbsp;<em><a href=\"https:\/\/www.djangoproject.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Django Web Framework<\/a><\/em>. Following Django project contains all the important features which can be in use for the first year, second year IT students for their college projects. It has a number of important features that will allow the users to attend online exams and manage them. This system as well as the web application\u2019s concept is all clear, it\u2019s the same as real-life scenarios and well-implemented on it. To download free online examination system project in Python Django with source code files, please scroll down to the bottom of this post for the Download button.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">About Online Examination System Python Django Project<\/h4>\n\n\n\n<p>Moving on, this online exam system project in Python Django focuses mainly on dealing with student&#8217;s examinations. Also, the system displays all the available course and their question sets. In addition, the system allows managing question set by entering questions, options, and answers. This project is divided into three categories: Student, Teacher, and Admin Panel. In an overview of this web application, a student can simply register and start using it. Here, the system displays all the exams for the student. And the student can proceed to attend their examinations. All the exams are of MCQ type. After submission of answers, the student can view his\/her marks with their number of attempts under respective courses. The system also counts the number of attempts a student takes in order to complete the exam.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Teacher Panel<\/h4>\n\n\n\n<p>Talking about the teacher panel, each and every user needs approval from the administration in order to activate their accounts. Once after getting approval, he\/she can access the system and manage courses with their question sets. For adding courses, the teacher has to enter the course name, total questions, and marks. Similarly, the same goes for the management of questions. He\/she has to select a course, enter questions, total marks, and four options with the correct answer. For the rest, the teacher has a limit up to this point of accessing the system, but he\/she can view the total number of students.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Admin Panel<\/h4>\n\n\n\n<p>On the other hand, an admin has full control of the system. An admin manages the flow of the system, unlike every other user. The user can have an overview of each data. The admin has the right to approve\/decline the teacher&#8217;s account. After approving the request, he\/she can set up the salary of the teachers. Just like the teacher&#8217;s role, an admin can easily manage courses and question sets. Additionally, the admin can view each student&#8217;s total obtained marks from each course. All the steps are similar to the above in terms of managing the course and question sets. Besides, the admin can manage their students, teachers, and teacher&#8217;s salary record. In this way, these roles help in maintaining the proper flow of the system. And all the answers are checked by the system automatically.<\/p>\n\n\n\n<p>Last but not least, a clean and simple dashboard is presented with various color combinations for greater user experience while using this Online Exam Management System Project in Python Django Framework. For its UI elements, a free open-source CSS framework; Bootstrap is on board with some Vanilla CSS too. Presenting a new Online Examination System Project in Python Django which includes an admin panel with student and teacher that contains all the essential features to follow up, and a knowledgeable resource for learning purposes.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Available Features:<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Student Panel<\/li><li>Teacher Panel<\/li><li>Admin Panel<\/li><li>Attend Online Examinations<\/li><li>Multiple Choice Question Sets<\/li><li>Course Management<\/li><li>Question Management<\/li><li>Manage Teacher&#8217;s Account Request<\/li><li>View Total Student Marks<\/li><li>Counts Examination Attempts<\/li><li>Set up Teacher&#8217;s Salary<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Project Name:<\/strong><\/td><td>Online Examination System<\/td><\/tr><tr><td><strong>Language\/s Used:<\/strong><\/td><td>Python with Django Web Framework<\/td><\/tr><tr><td><strong>Database:<\/strong><\/td><td>SQLite<\/td><\/tr><tr><td><strong>Type:<\/strong><\/td><td>Web Application<\/td><\/tr><tr><td><strong>Developer:<\/strong><\/td><td>Sumit Kumar<\/td><\/tr><tr><td><strong>Updates:<\/strong><\/td><td>0<\/td><\/tr><\/tbody><\/table><figcaption>Online Examination System Django Project Overview<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Online Examination System in Django with Source Code - CodeAstro\" width=\"810\" height=\"456\" src=\"https:\/\/www.youtube.com\/embed\/YY-YbMKxYCg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Instructions: How to Run?<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>After you finish downloading the project,&nbsp;<a href=\"https:\/\/www.win-rar.com\/start.html?&amp;L=0\" target=\"_blank\" rel=\"noreferrer noopener\">unzip<\/a>&nbsp;the project file and head over to the project root folder.<\/li><li>You can also create a Virtual Environment and&nbsp;<strong>Activate&nbsp;<\/strong>it.<\/li><li>Open your Terminal\/Command Prompt on the project\u2019s root folder.<\/li><li>Install the Requirements:&nbsp;<code>pip install -r requirements.txt.<\/code><\/li><li>Then, make database migrations:&nbsp;<code>python manage.py makemigrations<\/code><\/li><li><code>python manage.py migrate<\/code><\/li><li>And finally, after a successful migration run the application:&nbsp;<code>python manage.py runserver<\/code><\/li><li>At last, open up your favorite web browser<\/li><li>Go to URL \u201c<em>http:\/\/127.0.0.1\/[ PORT_NUMBER ]<\/em>\/\u201c<\/li><li>For the Admin Panel credentials, you have to create one with a&nbsp;<em><strong>superuser.<\/strong><\/em><\/li><\/ul>\n\n\n\n<p>And there you have it, a full setup of the Online Examination System project in Django. At First, all you need to have is Python and Django installed on your local machine whereas the remaining modules are under the&nbsp;<em>requirements.txt<\/em>&nbsp;file. Still, the versions may vary according to different project requirements, you can make use of it with python virtual environments. Download Free Online Examination System Project in Python Django Source Code. So, this Online Examination System in Django is a fully functional project for all the beginner levels. And it helps to broaden vast knowledge into such Django web applications. In conclusion, this whole Django project with free source code is an absolute project and a meaningful way for the users to learn and explore more about it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Free Download Online Examination System Project in Python Django with Source Code:<br>Click the Download Button Below to Start Downloading<\/h2>\n\n\n\n<pre id=\"block-9b9efb43-deed-4848-9c37-0f9c75d3672c\" class=\"wp-block-preformatted\"><em>Note: Only for Educational Purpose<\/em><\/pre>\n\n\n <script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-2550399842637098\"\r\n     crossorigin=\"anonymous\"><\/script>\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-format=\"autorelaxed\"\r\n     data-ad-client=\"ca-pub-2550399842637098\"\r\n     data-ad-slot=\"5041024793\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script>\n\n\n<div class='w3eden'><!-- WPDM Link Template: Default Template -->\n\n<div class=\"link-template-default card mb-2\">\n    <div class=\"card-body\">\n        <div class=\"media\">\n            <div class=\"mr-3 img-48\"><img decoding=\"async\" class=\"wpdm_icon\" alt=\"Icon\"   src=\"https:\/\/codeastro.com\/wp-content\/plugins\/download-manager\/assets\/file-type-icons\/zip.svg\" \/><\/div>\n            <div class=\"media-body\">\n                <h3 class=\"package-title\"><a href='https:\/\/codeastro.com\/download\/download-online-examination-system-project-in-django-with-source-code\/'>Download Online Examination System Project in Django with Source Code<\/a><\/h3>\n                <div class=\"text-muted text-small\"><i class=\"fas fa-copy\"><\/i> 1 file(s) <i class=\"fas fa-hdd ml-3\"><\/i> 0.00 KB<\/div>\n            <\/div>\n            <div class=\"ml-3\">\n                <a href='#unlock' class='wpdm-download-link wpdm-download-locked btn btn-danger btn-sm' data-package='2163'>Download<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>A fully functional project based on Online Examination System which<\/p>\n","protected":false},"author":1,"featured_media":2147,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[15,11,36,10,19,27],"class_list":["post-2146","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-django-projects-source-code","tag-bootstrap","tag-css","tag-django","tag-html","tag-python","tag-sqlite"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Online Examination System in Python Django with Source Code - CodeAstro<\/title>\n<meta name=\"description\" content=\"Free Download Online Examination System in Python Django with Source Code. Online Examination System Project in Django with Source Code.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Online Examination System in Python Django with Source Code - CodeAstro\" \/>\n<meta property=\"og:description\" content=\"Free Download Online Examination System in Python Django with Source Code. Online Examination System Project in Django with Source Code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeAstro\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-23T11:36:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-09T12:00:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/06\/Code-Astro-Thumbnail-Online-Examination-Python-Django.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"910\" \/>\n\t<meta property=\"og:image:height\" content=\"669\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"adminastro\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"adminastro\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/\"},\"author\":{\"name\":\"adminastro\",\"@id\":\"https:\/\/codeastro.com\/#\/schema\/person\/caec5b54c46a6db5908fc59756837b3f\"},\"headline\":\"Online Examination System in Python Django with Source Code\",\"datePublished\":\"2021-06-23T11:36:22+00:00\",\"dateModified\":\"2021-09-09T12:00:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/\"},\"wordCount\":914,\"commentCount\":54,\"publisher\":{\"@id\":\"https:\/\/codeastro.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/06\/Code-Astro-Thumbnail-Online-Examination-Python-Django.jpg\",\"keywords\":[\"bootstrap\",\"css\",\"django\",\"html\",\"python\",\"sqlite\"],\"articleSection\":[\"Django Projects\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/\",\"url\":\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/\",\"name\":\"Online Examination System in Python Django with Source Code - CodeAstro\",\"isPartOf\":{\"@id\":\"https:\/\/codeastro.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/06\/Code-Astro-Thumbnail-Online-Examination-Python-Django.jpg\",\"datePublished\":\"2021-06-23T11:36:22+00:00\",\"dateModified\":\"2021-09-09T12:00:59+00:00\",\"description\":\"Free Download Online Examination System in Python Django with Source Code. Online Examination System Project in Django with Source Code.\",\"breadcrumb\":{\"@id\":\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#primaryimage\",\"url\":\"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/06\/Code-Astro-Thumbnail-Online-Examination-Python-Django.jpg\",\"contentUrl\":\"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/06\/Code-Astro-Thumbnail-Online-Examination-Python-Django.jpg\",\"width\":910,\"height\":669,\"caption\":\"Online Examination System Python Django Thumbnail_CodeAstro\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codeastro.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Online Examination System in Python Django with Source Code\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codeastro.com\/#website\",\"url\":\"https:\/\/codeastro.com\/\",\"name\":\"CodeAstro\",\"description\":\"Home For All Free Source Codes\",\"publisher\":{\"@id\":\"https:\/\/codeastro.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codeastro.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codeastro.com\/#organization\",\"name\":\"CodeAstro\",\"url\":\"https:\/\/codeastro.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codeastro.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/03\/cropped-codeastro-siteIcon.png\",\"contentUrl\":\"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/03\/cropped-codeastro-siteIcon.png\",\"width\":512,\"height\":512,\"caption\":\"CodeAstro\"},\"image\":{\"@id\":\"https:\/\/codeastro.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.youtube.com\/c\/CodeAstro\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codeastro.com\/#\/schema\/person\/caec5b54c46a6db5908fc59756837b3f\",\"name\":\"adminastro\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codeastro.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c841fe7697f2fcef9d0cb80edb3b199cd327f840d7f1f5b92bbc7d8d530ca073?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c841fe7697f2fcef9d0cb80edb3b199cd327f840d7f1f5b92bbc7d8d530ca073?s=96&d=mm&r=g\",\"caption\":\"adminastro\"},\"sameAs\":[\"https:\/\/codeastro.com\"],\"url\":\"https:\/\/codeastro.com\/author\/nbadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Online Examination System in Python Django with Source Code - CodeAstro","description":"Free Download Online Examination System in Python Django with Source Code. Online Examination System Project in Django with Source Code.","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:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/","og_locale":"en_US","og_type":"article","og_title":"Online Examination System in Python Django with Source Code - CodeAstro","og_description":"Free Download Online Examination System in Python Django with Source Code. Online Examination System Project in Django with Source Code.","og_url":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/","og_site_name":"CodeAstro","article_published_time":"2021-06-23T11:36:22+00:00","article_modified_time":"2021-09-09T12:00:59+00:00","og_image":[{"width":910,"height":669,"url":"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/06\/Code-Astro-Thumbnail-Online-Examination-Python-Django.jpg","type":"image\/jpeg"}],"author":"adminastro","twitter_card":"summary_large_image","twitter_misc":{"Written by":"adminastro","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#article","isPartOf":{"@id":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/"},"author":{"name":"adminastro","@id":"https:\/\/codeastro.com\/#\/schema\/person\/caec5b54c46a6db5908fc59756837b3f"},"headline":"Online Examination System in Python Django with Source Code","datePublished":"2021-06-23T11:36:22+00:00","dateModified":"2021-09-09T12:00:59+00:00","mainEntityOfPage":{"@id":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/"},"wordCount":914,"commentCount":54,"publisher":{"@id":"https:\/\/codeastro.com\/#organization"},"image":{"@id":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#primaryimage"},"thumbnailUrl":"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/06\/Code-Astro-Thumbnail-Online-Examination-Python-Django.jpg","keywords":["bootstrap","css","django","html","python","sqlite"],"articleSection":["Django Projects"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/","url":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/","name":"Online Examination System in Python Django with Source Code - CodeAstro","isPartOf":{"@id":"https:\/\/codeastro.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#primaryimage"},"image":{"@id":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#primaryimage"},"thumbnailUrl":"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/06\/Code-Astro-Thumbnail-Online-Examination-Python-Django.jpg","datePublished":"2021-06-23T11:36:22+00:00","dateModified":"2021-09-09T12:00:59+00:00","description":"Free Download Online Examination System in Python Django with Source Code. Online Examination System Project in Django with Source Code.","breadcrumb":{"@id":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#primaryimage","url":"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/06\/Code-Astro-Thumbnail-Online-Examination-Python-Django.jpg","contentUrl":"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/06\/Code-Astro-Thumbnail-Online-Examination-Python-Django.jpg","width":910,"height":669,"caption":"Online Examination System Python Django Thumbnail_CodeAstro"},{"@type":"BreadcrumbList","@id":"https:\/\/codeastro.com\/online-examination-system-in-python-django-with-source-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codeastro.com\/"},{"@type":"ListItem","position":2,"name":"Online Examination System in Python Django with Source Code"}]},{"@type":"WebSite","@id":"https:\/\/codeastro.com\/#website","url":"https:\/\/codeastro.com\/","name":"CodeAstro","description":"Home For All Free Source Codes","publisher":{"@id":"https:\/\/codeastro.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codeastro.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codeastro.com\/#organization","name":"CodeAstro","url":"https:\/\/codeastro.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeastro.com\/#\/schema\/logo\/image\/","url":"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/03\/cropped-codeastro-siteIcon.png","contentUrl":"https:\/\/codeastro.com\/wp-content\/uploads\/2021\/03\/cropped-codeastro-siteIcon.png","width":512,"height":512,"caption":"CodeAstro"},"image":{"@id":"https:\/\/codeastro.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/c\/CodeAstro\/"]},{"@type":"Person","@id":"https:\/\/codeastro.com\/#\/schema\/person\/caec5b54c46a6db5908fc59756837b3f","name":"adminastro","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeastro.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c841fe7697f2fcef9d0cb80edb3b199cd327f840d7f1f5b92bbc7d8d530ca073?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c841fe7697f2fcef9d0cb80edb3b199cd327f840d7f1f5b92bbc7d8d530ca073?s=96&d=mm&r=g","caption":"adminastro"},"sameAs":["https:\/\/codeastro.com"],"url":"https:\/\/codeastro.com\/author\/nbadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/codeastro.com\/wp-json\/wp\/v2\/posts\/2146","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codeastro.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codeastro.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codeastro.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codeastro.com\/wp-json\/wp\/v2\/comments?post=2146"}],"version-history":[{"count":19,"href":"https:\/\/codeastro.com\/wp-json\/wp\/v2\/posts\/2146\/revisions"}],"predecessor-version":[{"id":3028,"href":"https:\/\/codeastro.com\/wp-json\/wp\/v2\/posts\/2146\/revisions\/3028"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codeastro.com\/wp-json\/wp\/v2\/media\/2147"}],"wp:attachment":[{"href":"https:\/\/codeastro.com\/wp-json\/wp\/v2\/media?parent=2146"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codeastro.com\/wp-json\/wp\/v2\/categories?post=2146"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codeastro.com\/wp-json\/wp\/v2\/tags?post=2146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}