{"id":26491798,"url":"https://github.com/danielc92/django-order-system","last_synced_at":"2026-05-07T20:09:44.702Z","repository":{"id":63924183,"uuid":"192076816","full_name":"danielc92/django-order-system","owner":"danielc92","description":"Designing a commercial order system using Django Framework.","archived":false,"fork":false,"pushed_at":"2019-06-16T00:23:48.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-12T23:02:02.156Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielc92.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}},"created_at":"2019-06-15T12:36:38.000Z","updated_at":"2023-09-30T13:32:22.000Z","dependencies_parsed_at":"2023-01-14T14:30:57.145Z","dependency_job_id":null,"html_url":"https://github.com/danielc92/django-order-system","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/danielc92%2Fdjango-order-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fdjango-order-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fdjango-order-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fdjango-order-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielc92","download_url":"https://codeload.github.com/danielc92/django-order-system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244583173,"owners_count":20476233,"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":"2025-03-20T08:50:44.609Z","updated_at":"2026-05-07T20:09:44.498Z","avatar_url":"https://github.com/danielc92.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Order System\nDesigning an order system in Django Framework. Include login/register/logout/admin functionality, as well as Product/Order/ProductOrder relational database implementation.\n\n# Before you get started\n- Basic understanding of Django (forms, urls, models, templates, jinja)\n- Understanding of many to many and one to many database design principles\n\n# Available Routes\n- `http://localhost:8000/register` The registeration page.\n- `http://localhost:8000/login` The login page. Redirects to home page if user is authenticated.\n- `http://localhost:8000/` The home page with products. Requires authentication.\n- `http://localhost:8000/order` The order summary page. Requires authentication.\n- `http://localhost:8000/confirm-order` The confirm order route. Allows user to mark their order as confirmed, so that it can be flagged for delivery/shipping by administrator. Requires authentication.\n- `http://localhost:8000/add-to-cart/\u003cslug\u003e/` Called from the home page, used to add items to users order. Requires authentication.\n\n# Setup\n**How to obtain this repository:**\n```sh\ngit clone https//link.to.this.projects.git-repo\n```\n\n**Modules/dependencies:**\n- `django`\n- `python3`\n\n# Tests\n- Adding items to order summary\n- Confirmation of orders (flips flags (confirmed/order_status) on orders and orderproduct items)\n- Aggregate total order and unconfirmed order items in ProductOrder model for Summary\n\n# Todo \n- Add delete from cart functionality\n\n\n# Contributors\n- Daniel Corcoran\n\n# Sources\n- [Django Docs](https://docs.djangoproject.com/en/2.2/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielc92%2Fdjango-order-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielc92%2Fdjango-order-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielc92%2Fdjango-order-system/lists"}