This project demonstrates various web, REST, and other functionalities using Django.
- Simple Web: Basic web application setup with Django.
- Simple REST: REST API implementation using Django Rest Framework.
- Simple gRPC: gRPC service setup with Django.
- Broker: Message broker setup for handling asynchronous tasks.
- Messaging: Implementation of messaging functionalities.
- Events: Event handling and processing.
- Cron Job: Scheduling and managing cron jobs.
- Simple GORM: Working with GORM (Go ORM) for database interactions.
- Clone the repository:
git clone https://github.com/smaruf/python-study.git cd python-study/src/django - Install the required dependencies:
pip install -r requirements.txt
- Run the Django server:
python manage.py runserver
- Access the web application at
http://localhost:8000.
Contributions are welcome! Please see the contributing guidelines for more information.
This project is licensed under the MIT License. See the LICENSE file for details.