cmc-sales/cmc-django
Karl Cordes 6ad0e74ad6 Add instructions to README for docker compose
add cmc-django
add finley to userpasswd
2025-06-03 07:28:32 +10:00
..
cmcsales Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
share/man/man1 Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
.gitignore Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
.gitignore~ Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
.python-version Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
backup_20250328-210001.sql Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
docker-compose.yml Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
Dockerfile Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
pyproject.toml Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
pyvenv.cfg Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
README.md Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
run_docker.sh Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
run_docker.sh~ Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00
uv.lock Add instructions to README for docker compose 2025-06-03 07:28:32 +10:00

CMC Django Project

This is a Django-based web application designed to replace the old CakePHP 1.2 version of cmc-sales.

Features

  • [Feature 1]
  • [Feature 2]
  • [Feature 3]

Requirements

  • Python 3.x
  • Django 4.x
  • [Other dependencies]

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/cmc-django.git
    cd cmc-django
    
  2. Create and activate a virtual environment:

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

    pip install -r requirements.txt
    
  4. Apply migrations:

    python manage.py migrate
    
  5. Run the development server:

    python manage.py runserver
    

Usage

  • Access the application at http://127.0.0.1:8000/ in your web browser.
  • [Add any additional usage instructions here.]

Testing

Run the test suite with:

python manage.py test

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Submit a pull request.

License

This project is licensed under the [License Name]. See the LICENSE file for details.

Contact

For questions or support, please contact [Your Name] at [Your Email].