This is a Django web application project designed to run within a Docker environment. This project implements a computer model of the kapitsa pendulum, with its help you can study the operation of this pendulum by changing its parameters in real time.
Follow these steps to set up and run the project on your local machine.
Make sure you have the following software installed on your system:
- Docker
- Docker Compose
- Nginx
git clone https://github.com/your-username/django-docker-project.git
cd django-docker-project
docker-compose up --build
docker-compose -f docker-compose.prod.yml up -d --build
This command will build the Docker images and start the containers. You can access the Django application at http://localhost:8000
.
You can change the environment variables, they are located in .env
If you would like to contribute to the project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Description of changes'
. - Push your changes to the branch:
git push origin feature-name
. - Open a pull request.
This project is licensed under the [License Name] - see the LICENSE.md file for details.
If you have any questions or issues, please contact Timur at [[email protected]].