Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

ccnmtl/django-fridgeblock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refrigerator Magnet Game Pageblock

install as per usual for pageblocks:

  • install module

  • add to INSTALLED_APPS and PAGEBLOCKS:

  • add 'fridgeblock' to INSTALLED_APPS and add 'fridgeblock.fridgeblock' to PAGEBLOCKS

  • add to urls.py:

    (r'^fridge/',include('fridgeblock.urls')),

  • manage.py syncdb

  • copy fridgeblock/media/ directory into /media/fridge/ (or otherwise make available via site_media)

About

refrigerator magnet game converted to a pageblock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published