{"id":16419499,"url":"https://github.com/devmahmud/django-crud_project","last_synced_at":"2025-04-23T14:31:44.425Z","repository":{"id":103953358,"uuid":"163747876","full_name":"devmahmud/Django-CRUD_Project","owner":"devmahmud","description":"Simple django project for beginner. Create Read Update and Delete functionality is implemented in this project in a easy way.","archived":false,"fork":false,"pushed_at":"2019-01-23T22:25:39.000Z","size":28,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T16:49:25.225Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devmahmud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-01-01T15:47:09.000Z","updated_at":"2023-11-25T17:03:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"45d4fecd-bdf9-4240-8223-4ea431d2e49c","html_url":"https://github.com/devmahmud/Django-CRUD_Project","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/devmahmud%2FDjango-CRUD_Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2FDjango-CRUD_Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2FDjango-CRUD_Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2FDjango-CRUD_Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmahmud","download_url":"https://codeload.github.com/devmahmud/Django-CRUD_Project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250451808,"owners_count":21432905,"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-10-11T07:24:36.574Z","updated_at":"2025-04-23T14:31:44.419Z","avatar_url":"https://github.com/devmahmud.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django-CRUD_Project\nSimple django project for beginner. Create Read Update and Delete functionality is implemented in this project in a easy way. \n\n\u003ch1\u003eGetting Started\u003c/h1\u003e\n\u003cp\u003eThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\u003c/p\u003e\n\n\u003ch2\u003ePrerequisites\u003c/h2\u003e\n\u003ccode\u003epython== 3.5 or up and django==2.1.4\u003c/code\u003e\n\n\u003ch2\u003eInstalling\u003c/h2\u003e\n\u003cpre\u003eopen terminal and type\u003c/pre\u003e\n\u003ccode\u003egit clone https://github.com/devmahmud/Django-CRUD_Project.git\u003c/code\u003e\u003cbr\u003e\u003cbr\u003e\n\n\u003ch4\u003eor simply download using the url below\u003c/h4\u003e\n\u003ccode\u003ehttps://github.com/devmahmud/Django-CRUD_Project.git\u003c/code\u003e\u003cbr\u003e\n\n\u003ch2\u003eTo migrate the database open terminal in project directory and type\u003c/h2\u003e\n\u003ccode\u003epython manage.py makemigrations\u003c/code\u003e\u003cbr\u003e\n\u003ccode\u003epython manage.py migrate\u003c/code\u003e\n\n\u003ch2\u003eTo use admin panel you need to create superuser using this command \u003c/h2\u003e\n\u003ccode\u003epython manage.py createsuperuser\u003c/code\u003e\n\n\u003ch2\u003e To run the program in local server use the following command \u003c/h2\u003e\n\u003ccode\u003epython manage.py runserver\u003c/code\u003e\n\n\u003cp\u003eThen go to http://127.0.0.1:8000 in your browser\u003c/p\u003e\n\n\u003ch2\u003eProject snapshot\u003c/h2\u003e\n\u003ch3\u003eHome page\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/50574300-39976700-0e10-11e9-81af-28095d395313.png\" width=\"100%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\u003ch3\u003eProduct add page\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/50574307-5cc21680-0e10-11e9-992f-a82f83b0dec2.png\" width=\"100%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\u003ch3\u003eProduct update page\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/50574309-74010400-0e10-11e9-9445-ab16e37f3345.png\" width=\"100%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\u003ch2\u003eAuthor\u003c/h2\u003e\n\u003cblockquote\u003e\n  Mahmudul alam\u003cbr\u003e\n  Email: expelmahmud@gmail.com\n\u003c/blockquote\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch3\u003e========Thank You !!!=========\u003c/h3\u003e\n\u003c/div\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmahmud%2Fdjango-crud_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmahmud%2Fdjango-crud_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmahmud%2Fdjango-crud_project/lists"}