metameta. Service for posting to social media
python3.6, redis
pipenv install
export PYTHONPATH=/full/path/postpost
export DJANGO_SETTINGS_MODULE=main.settings
pipenv run python manage.py migrate
pipenv run python manage.py runserver
pipenv run celery -A main worker -B
Add basic user
python manage.py createsuperuser
Login to admin interface and create OAuth Application with these params:
- User:
1 - Client type:
Public - Grant type:
Resource owner password based - Name: e.g.
frontend