kafuca is a django-based project that simplifies workflows with efficient tools and automation.
- user-friendly interface
- modular and scalable design
- cross-platform compatibility
- clone the repository:
git clone https://github.com/rinmz/kafuca.git cd kafuca
- create a virtual environment and activate it:
python -m venv penv source penv/bin/activate # on windows use `penv\scripts\activate`
- install the dependencies:
pip install -r requirements.txt
- apply the migrations:
python manage.py migrate
- run the development server:
python manage.py runserver
- open your web browser and go to
http://127.0.0.1:8000/
.
- fork the repository.
- create a new branch (
git checkout -b feature-branch
). - commit your changes (
git commit -m 'add some feature'
). - push to the branch (
git push origin feature-branch
). - open a pull request.
this project is licensed under the mit license - see the license file for details.