/Paw

Django RQ

Primary LanguagePythonApache License 2.0Apache-2.0

Django RQ

Simple Django Application with RQ Integration

$ git clone https://github.com/spykard/Paw.git
$ cd Paw
$ cp .env.example .env

# Setup py env
$ python3 -m venv venv
$ source venv/bin/activate

# Install packages
$ make config

# Web App
$ make run

# RQ Worker
$ make worker

# RQ Statistics
$ make rqstats

$ curl http://127.0.0.1:8000/