Skip to content

drpancake/chard-django-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chard-django-example

An example Django project using Chard. It defines a simple background async task that grabs the latest podcast chart rankings from Apple Podcasts.

Quickstart

pip install -r requirements.txt
python manage.py migrate

Run the worker:

python manage.py chardworker

Run the server:

python manage.py runserver

Then visit http://localhost:8000/ and press the button to load the latest rankings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published