Skip to content

specialunderwear/haunted-wagtail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haunted Wagtail... muhahahahaaaaaa

Haunted wagtail provides a spot of evil for your website. Did you hear that eerie noise? What is that face that stares at you from between the lines?

Install

Make sure haunted wagtail is on your Python path. You can do either

python setup.py develop

or

python setup.py install

or your own favorite command to get things installed. Add the following settings for your Django project:

INSTALLED_APPS += ['haunted']

MIDDLEWARE += ['haunted.middleware.haunted_middleware']

and in your url conf:

from haunted import urls as haunted_urls

...

url(r'haunted', include(haunted_urls))

Last but not least, run

npm install

inside this directory, and if you like:

npm run-script watch

during development. Rev up your website, and be afraid. Be very afraid...

About

A spooky easteregg for wagtail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published