Skip to content

jwayodi/wagtail-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wagtail Extensions

For various reusabled wagtail blocks and models.

Installing

$ pip install https://github.com/regulusweb/wagtail-extensions/archive/master.zip

Add the following to your INSTALLED_APPS:

INSTALLED_APPS = (
    'wagtail.contrib.table_block',
    'wagtail_extensions',
    'wagtailgeowidget',
)

Set GOOGLE_MAPS_V3_APIKEY in your settings.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.3%
  • HTML 13.3%
  • JavaScript 1.3%
  • CSS 1.1%