New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

wapps

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wapps

Reusable Wagtail apps

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

WApps

Build Status

A very optionated set of Wagtail reusable applications and helpers meant to speedup website development. There is not any universality intent.

stack

It assumes the following stacks:

Server-side stack:

  • Python 3
  • Latest Wagtail and Django versions
  • Django-Jinja for template rendering
  • Django-Babel for localization
  • Django-Appconf for default settings

Frontend Stack

  • Vue 2 for front components
  • Webpack 2 as front build toolchain
  • SCSS as style language
  • Bootstrap and Font-awesome as base frameworks

Requirements

Wapps is designed to work with Python 3, Django-jinja, Django-babel and latest Django and Wagtail versions.

Wapps also provides JS/Vue2 helpers and scss mixins and classes

Installation

Python installation

Install it with pip:

$ pip install wapps

then add the required bases apps to your settings (ie. settings.py):

INSTALLED_APPS = [
    '...',
    'wapps',
    'memoize'
]

Node modules installation

Install it with npm or yarn

$ npm install wapps@<wapps-version>

Keywords

wagtail

FAQs

Package last updated on 22 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts