Skip to content

ali-zahedi/django-appicon

Repository files navigation

App Icon

[[TOC]]

How to setup dependency?

pip install -r requirements.txt

How to run it?

python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

API

How to upload with file?

curl -X POST -F "file=@~/logo.png" https://api.appicon.org/api/icons/

How to upload with link?

curl -X POST -d "file_link=https://example.com/logo.png" https://api.appicon.org/api/icons/

Domain

AppIcon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages