Skip to main content

Some Wagtail reusable applications

Project description

WApps

![CircleCI](https://circleci.com/gh/apihackers/workflows/wapps) ![codecov](https://codecov.io/gh/apihackers/wapps/branch/master) ![Last version](https://pypi.python.org/pypi/wapps) ![License](https://pypi.python.org/pypi/wapps) ![Supported Python versions](https://pypi.python.org/pypi/wapps)

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 3 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>

Changelog

Current

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

wapps-0.1.2.dev0-py2.py3-none-any.whl (113.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page