{"id":22445309,"url":"https://github.com/anas436/customer-communication-django","last_synced_at":"2026-04-20T13:03:33.202Z","repository":{"id":238552698,"uuid":"796799098","full_name":"Anas436/Customer-Communication-Django","owner":"Anas436","description":"Django web application for managing customer information and interactions. It allows users to create new customers, record interactions, and view summaries of recent interactions.","archived":false,"fork":false,"pushed_at":"2024-05-06T17:24:14.000Z","size":194,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T15:30:07.601Z","etag":null,"topics":["css3","django-application","full-stack-development","html5","python3"],"latest_commit_sha":null,"homepage":"","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/Anas436.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":"2024-05-06T16:46:19.000Z","updated_at":"2024-05-06T17:24:17.000Z","dependencies_parsed_at":"2024-05-06T18:18:19.522Z","dependency_job_id":null,"html_url":"https://github.com/Anas436/Customer-Communication-Django","commit_stats":null,"previous_names":["anas436/customer-communication-django"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anas436%2FCustomer-Communication-Django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anas436%2FCustomer-Communication-Django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anas436%2FCustomer-Communication-Django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anas436%2FCustomer-Communication-Django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anas436","download_url":"https://codeload.github.com/Anas436/Customer-Communication-Django/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245832680,"owners_count":20679701,"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":["css3","django-application","full-stack-development","html5","python3"],"created_at":"2024-12-06T03:13:00.606Z","updated_at":"2026-04-20T13:03:33.157Z","avatar_url":"https://github.com/Anas436.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Customer-Communication-Django\n\nCustomer360 is a Django web application for managing customer information and interactions. It allows users to create new customers, record interactions, and view summaries of recent interactions.\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/customer360.git\n   ```\n2. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n3. Apply migrations to set up the database:\n   ```bash\n   python manage.py migrate\n   ```\n4. Create a superuser to access the admin panel:\n   ```bash\n   python manage.py createsuperuser\n   ```\n5. Run the development server:\n   ```bash\n   python manage.py runserver\n   ```\n6. Access the application at http://localhost:8000/ and the admin panel at http://localhost:8000/admin/.\n\n\n## Demo\n\n![](https://github.com/Anas436/Customer-Communication-Django/blob/main/photos/1.launch.png)\n\u003chr\u003e\n\n![](https://github.com/Anas436/Customer-Communication-Django/blob/main/photos/2.add-new-customer.png)\n\u003chr\u003e\n\n![](https://github.com/Anas436/Customer-Communication-Django/blob/main/photos/3.landing-page.png)\n\u003chr\u003e\n\n![](https://github.com/Anas436/Customer-Communication-Django/blob/main/photos/4.interaction-details.png)\n\u003chr\u003e\n\n![](https://github.com/Anas436/Customer-Communication-Django/blob/main/photos/5.summary.png)\n   \n## Usage\n\n### Admin Panel\n- Use the Django admin panel to manage customers and interactions.\n- Create new customers, record interactions, and view summary reports.\n\n### URLs\n- Home: `/ `- Displays a list of customers with the option to interact with them.\n- New Customer: `/create/` - Form to add a new customer.\n- Interact: `/interact/\u003ccustomer_id\u003e/` - Form to interact with a specific customer.\n- Summary: `/summary/` - View recent interaction summaries.\n  \n### Project Structure\n- `customer360/`: Django project directory.\n  - `settings.py`: Django settings for the project.\n  - `urls.py`: URL configurations for routing.\n- `customers/`: Django app for customer management.\n  - `models.py`: Defines Customer and Interaction models.\n  - `views.py`: Contains view functions for handling requests.\n  - `templates/`: HTML templates for rendering pages.\n  - `static/`: Static files (CSS, JS, etc.).\n- `manage.py`: Django's command-line utility for administrative tasks.\n\n## Models\n\n### Customer\n- Represents a customer with basic information.\n- Fields:\n  - `id`: Auto-generated primary key.\n  - `name`: Name of the customer.\n  - `email`: Email address of the customer.\n  - `phone`: Phone number of the customer.\n  - `address`: Address of the customer.\n  - `social_media`: (Added in migration) Social media handle of the customer.\n    \n### Interaction\n- Represents an interaction with a customer.\n- Fields:\n  - `id`: Auto-generated primary key.\n  - `customer`: ForeignKey to Customer model.\n  - `channel`: Communication channel (phone, sms, email, letter, social media).\n  - `direction`: Direction of interaction (inbound, outbound).\n  - `interaction_date`: Date of the interaction.\n  - `summary`: Summary of the interaction. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanas436%2Fcustomer-communication-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanas436%2Fcustomer-communication-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanas436%2Fcustomer-communication-django/lists"}