singh1114 / up_todo

API development using tastypie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

up_todo

API development using tastypie

Installation

  • pip install -r requirements.txt

  • sudo apt-get install redis-server

  • redis-server

  • python manage.py migrate

For running celery periodic tasks(Not in prod)

  • celery -A todoapp worker -l info -B

About

API development using tastypie

License:MIT License


Languages

Language:Python 88.6%Language:HTML 11.4%