This release is a pre-release and may not be stable for production use.
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
Release files for wapps 0.1.2.dev0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wapps-0.1.2.dev0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / wapps-0.1.2.dev0-py2.py3-none-any.whl
| Download URL | wapps-0.1.2.dev0-py2.py3-none-any.whl |
|---|---|
| Size | 113.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ba511411d320c856d540e1cb6458fdaa1a65888b5677fa57266af59835cab8ed
|
|
BLAKE2b-256 checksum How to use checksums |
5aa89964d2afd882ff9ca6f00aaffe3d04f5226b0db721ef199db00d31f031f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |