Skip to main content

Emoticons server using Django

Project description

emodjis

Install

pip install emodjis

Configuration

Add

["rest_framework", "django_filters", "drf_spectacular", "corsheaders", "emodjis",]

to INSTALLED_APPS in your django settings.

Set SPECTACULAR_SETTINGS and REST_FRAMEWORK in your settings.

set a .env file with the following values:

SERVER_URL=http://127.0.0.1:8000

CORS_ALLOWED_ORIGINS=http://127.0.0.1:8000

DB_ENGINE=

DB_HOST=

DB_USER=

DB_PASSWORD=

DB_PORT=

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emodjis-0.1.0.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

emodjis-0.1.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page