Skip to content

A small project, that will upload media files in imagekit server.

Notifications You must be signed in to change notification settings

Aashishkumar123/django-imagekit-uploadfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-imagekit-uploadfile

A small project, that will upload media files in imagekit server.

Install Dependecies

pip install imagekitio
pip install django
pip install python-dotenv

Create .env file, where manage.py is located

IMAGEKIT_PUBLIC_KEY="add here imagekit public key"
IMAGEKIT_PRIVATE_KEY="add here imagekit private key"
IMAGEKIT_URL_ENDPOINT="add here imagekit url endpoint"

Get imagekit credentials

To get a imagekit credentials, just create an account in imagekit. In Developer option, you can get here public, private and url endpoint.

About

A small project, that will upload media files in imagekit server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published