Skip to content

Latest commit

 

History

History
 
 

README.md

Django Web and REST Functionality

This project demonstrates various web, REST, and other functionalities using Django.

Features

  1. Simple Web: Basic web application setup with Django.
  2. Simple REST: REST API implementation using Django Rest Framework.
  3. Simple gRPC: gRPC service setup with Django.
  4. Broker: Message broker setup for handling asynchronous tasks.
  5. Messaging: Implementation of messaging functionalities.
  6. Events: Event handling and processing.
  7. Cron Job: Scheduling and managing cron jobs.
  8. Simple GORM: Working with GORM (Go ORM) for database interactions.

Installation

  1. Clone the repository:
    git clone https://github.com/smaruf/python-study.git
    cd python-study/src/django
  2. Install the required dependencies:
    pip install -r requirements.txt

Usage

  1. Run the Django server:
    python manage.py runserver
  2. Access the web application at http://localhost:8000.

Contributing

Contributions are welcome! Please see the contributing guidelines for more information.

License

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