{"id":18472601,"url":"https://github.com/nizos/django-app","last_synced_at":"2025-05-12T18:53:06.627Z","repository":{"id":73399135,"uuid":"240919472","full_name":"nizos/Django-App","owner":"nizos","description":"Django App Tutorial Implementation","archived":false,"fork":false,"pushed_at":"2020-02-19T15:35:17.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T19:17:14.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nizos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-16T15:54:57.000Z","updated_at":"2020-02-19T15:35:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1086af9-8e78-49b7-a6f5-0bc9f4d4410a","html_url":"https://github.com/nizos/Django-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizos%2FDjango-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizos%2FDjango-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizos%2FDjango-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizos%2FDjango-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nizos","download_url":"https://codeload.github.com/nizos/Django-App/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253804217,"owners_count":21967046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T10:21:04.956Z","updated_at":"2025-05-12T18:53:06.599Z","avatar_url":"https://github.com/nizos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django App\r\n\r\n\r\n## About\r\nThis is an implementation of a Django tutorial from [djangoproject](https://docs.djangoproject.com/en/3.0/intro/tutorial01/).\r\n\r\nThe project is created using:\r\n* Python version 3.6.\r\n* Django version 2.2.\r\n\r\n## Start app\r\nmove to the outer mysite directory `/mysite` and run the following command in the terminal:\r\n```bash\r\npython manage.py runserver\r\n```\r\n\r\nYou should now be able to visit the website at: http://127.0.0.1:8000/\r\n\r\n\r\n## Tutorial steps \u0026 setting up the environment\r\n\r\n### Creating the environment\r\n\r\n#### Update \u0026 upgrade OS repo\r\n```Bash\r\nsudo apt update\r\n```\r\n```Bash\r\nsudo apt upgrade\r\n```\r\n\r\n#### Install python3 and python3-pip\r\n```Bash\r\nsudo apt install python3\r\n```\r\n```Bash\r\nsudo apt install python3-pip\r\n```\r\n\r\n#### Install Django\r\n```Bash\r\npython3 -m pip install Django==2.2\r\n```\r\n\r\n\r\n#### Check versions\r\n\r\n```Bash\r\npyhton3 --version\r\n# Python 3.6.9\r\n```\r\n```Bash\r\npython3 -m pip --version\r\n# pip 20.0.2 from /home/nizar/.local/lib/python3.6/site-packages/pip (python 3.6)\r\n```\r\n```Bash\r\npython3 -m django --version\r\n# 2.2\r\n```\r\n\r\n## Contributors\r\nAndreas, Nizar, Rickard, Joel \u0026 Wissam.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnizos%2Fdjango-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnizos%2Fdjango-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnizos%2Fdjango-app/lists"}