Skip to content

sirmmo/django-planets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Django-planets is a small reusable django app enabling the creation of a whole set of Planet pages with given names. 
Everything is easily manageable through the admin interface. 

Requires 
 - BeautifulSoup
 - django-tagging
 - feedparser
 
Usage:

 in urls.py:
  - (r'^vgames/planet', include('planets.urls'),{'planet':'vgames'}),
  
 in INSTALLED_APPS add:
  - 'planets'
  
  
Thanks to: 
 clintecker's django-galaxy

About

a django based app to have different "planets" available within a single django installation. based on clintecker's django-galaxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages