Skip to content

btavakalov/django-static-feeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

django-static-feeds

Installation

Install via standard Python way

pip install django-static-feeds

Add static_feeds to you INSTALLED_APPS:

INSTALLED_APPS = (
	...
	'static_feeds',
	...
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages