Skip to content

repo for a customer relationship management system using `django` `css` `templating` `django-tailwind` with features like `CRUD` `adminBoard` and more... Duration: { 7 days}

License

Notifications You must be signed in to change notification settings

unawarexi/Django-CRM-System

Repository files navigation

Django CRM System

This is a Customer Relationship Management (CRM) system built with Django. It helps manage customer data, interactions, and business processes.

Features

  • Customer management
  • Interaction tracking
  • Reporting and analytics
  • User authentication and authorization

Requirements

  • Python 3.x
  • Django 3.x
  • PostgreSQL (or any other preferred database)

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/Django-CRM-System.git
    cd Django-CRM-System
  2. Create a virtual environment:

    python3 -m venv env
    source env/bin/activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Configure the database:

    • Update the DATABASES setting in settings.py with your database credentials.
  5. Apply migrations:

    python manage.py migrate
  6. Create a superuser:

    python manage.py createsuperuser
  7. Collect static files:

    python manage.py collectstatic

Startup

  1. Run the development server:

    python manage.py runserver
  2. Open your web browser and go to http://127.0.0.1:8000/ to access the application.

Contributing

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-branch-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature-branch-name.
  5. Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries, please contact [email protected].

About

repo for a customer relationship management system using `django` `css` `templating` `django-tailwind` with features like `CRUD` `adminBoard` and more... Duration: { 7 days}

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published