Skip to content

ramin971/watermarking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO USE...

Installation

  1. Clone the repository:
git clone git@github.com:ramin971/watermarking.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Set up the database:
python manage.py makemigrations
python manage.py migrate
  1. Create a superuser for accessing the Django admin panel:
python manage.py createsuperuser
  1. Run the development server:
python manage.py runserver
  1. Run Redis on Docker:
docker run --rm --name redis -p 6379:6379 redis
  1. Run Celery:
celery -A watermarking worker --loglevel=info

About

### Watermarking Project with Django and Celery### This project is a web application built with Django and Django REST Framework for handling image uploads and adding watermarks to images. The application leverages Celery for asynchronous task processing to efficiently handle the watermarking process in the background.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages