{"id":20661247,"url":"https://github.com/giljr/crm_django_project","last_synced_at":"2026-05-17T17:01:56.868Z","repository":{"id":149897491,"uuid":"620582484","full_name":"giljr/crm_django_project","owner":"giljr","description":"Hi, this is CRM APP: I am taking this course from Dennis Ivy:  Django (3.0) (Crash Course Tutorials | Customer Management App)","archived":false,"fork":false,"pushed_at":"2023-04-11T09:19:33.000Z","size":17983,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T12:16:54.881Z","etag":null,"topics":["complete-project-running-code","django-application","django-framework","django-project","python","step-by-step-guide","working-code"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/playlist?list=PL-51WBLyFTg2vW-_6XBoUpE7vpmoR3ztO","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/giljr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-03-29T01:05:06.000Z","updated_at":"2023-12-29T07:37:38.000Z","dependencies_parsed_at":"2023-06-01T01:00:19.131Z","dependency_job_id":null,"html_url":"https://github.com/giljr/crm_django_project","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giljr%2Fcrm_django_project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giljr%2Fcrm_django_project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giljr%2Fcrm_django_project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giljr%2Fcrm_django_project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giljr","download_url":"https://codeload.github.com/giljr/crm_django_project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242788595,"owners_count":20185297,"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":["complete-project-running-code","django-application","django-framework","django-project","python","step-by-step-guide","working-code"],"created_at":"2024-11-16T19:08:05.451Z","updated_at":"2025-10-05T22:57:37.382Z","avatar_url":"https://github.com/giljr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crm_django_project\n\nHi, this is CRM APP: I am taking this course from [Dennis Ivy](https://www.linkedin.com/in/dennis-ivanov/):\n\n\u003e Django (3.0) (Crash Course Tutorials | Customer Management App\n\n## What exactly is CRM?\n```\nCustomer relationship management (CRM) is a technology for managing\nall your company's relationships and interactions with customers and \npotential customers. The goal is simple: Improve business relationships.\n\nA CRM system helps companies stay connected to customers, \nstreamline processes, and improve profitability.\n```\n\nThis is powered by [Django](https://www.djangoproject.com/) , a web framework for perfectionists with deadlines!\n\nDjango is a full-stack, open-source Python framework designed for efficient web development.\n\nWhy Django?\n```\nDjango is a high-level Python web framework \nthat encourages rapid development and clean, pragmatic design. \n\nBuilt by experienced developers, it takes care of much \nof the hassle of web development, so you can focus on writing \nyour app without needing to reinvent the wheel. \nIt’s free and open source.\n```\nYou're more then welcome to visit my Web Pages:\n\n[Jungletronics](https://medium.com/jungletronics) (Arduino, RPi, PIC, Eagle, Blender, Unity3D, Pixy, and more)\n[KidsTronics](https://medium.com/kidstronics) (MIT App Inventor, LEGO, Arduino For Kids, and more)\n\nAnd my [Youtube Channel Playlist](https://www.youtube.com/playlist?list=PLK3PeNcUzb8TwZuXZJgREj5nDbQxRLW_a)\n\nOr my old Atlassian,Inc. Repo: https://bitbucket.org/gilj3/\n\n###\tQuick Start\nTo get this project up and running locally on your computer:\n\nSet up the Python development environment. We recommend using a Python virtual environment.\nAssuming you have Python setup, run the following commands (if you're on Windows you may use py or python-3 instead of python to start Python):\n\n### Check list:  \n[Would you like some help?](https://youtu.be/tr_2k87AdYQ)\n- [ ] pip3 install -r requirements.txt\n- [ ] python3 manage.py makemigrations\n- [ ] python3 manage.py makemigrations\n- [ ] python3 manage.py migrate\n- [ ] python3 manage.py collectstatic\n- [ ] python3 manage.py test # Run the standard tests. These should all pass.\n- [ ] python3 manage.py createsuperuser # Create a superuser\n- [x] python3 -m venv djangoEnv  \n- [x] djangoEnv\\Scripts\\activate \n- [x] python3 -m pip install --upgrade pip\n- [x] python3 -m pip install django \n- [x] python3 -m django --version  \n- [x] python3 -m pip install django-crispy-forms \n- [x] python3 -m pip install Pillow\n- [x] python3 manage.py runserver\n- [x] Open a browser to http://127.0.0.1:8000/admin/ to open the admin site\n- [x] Create a few products/Customers test objects of each type.\n- [x] Open tab to http://127.0.0.1:8000/customer ou /product to see the main site, with your new objects.\n\n### License\n\n[![License: CC BY-NC-ND 3.0](https://img.shields.io/badge/License-CC%20BY--NC--ND%203.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-nd/3.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiljr%2Fcrm_django_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiljr%2Fcrm_django_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiljr%2Fcrm_django_project/lists"}