|
|
||
|---|---|---|
| .. | ||
| cmcsales | ||
| share/man/man1 | ||
| .gitignore | ||
| .gitignore~ | ||
| .python-version | ||
| backup_20250328-210001.sql | ||
| docker-compose.yml | ||
| Dockerfile | ||
| pyproject.toml | ||
| pyvenv.cfg | ||
| README.md | ||
| run_docker.sh | ||
| run_docker.sh~ | ||
| uv.lock | ||
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
-
Clone the repository:
git clone https://github.com/yourusername/cmc-django.git cd cmc-django -
Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate -
Install dependencies:
pip install -r requirements.txt -
Apply migrations:
python manage.py migrate -
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:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- 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].