-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Document how to:
- Set up wq with SQLite for local development
- Set up wq with Apache & PostgreSQL for production
- Describe your Data Model
- Configure IDs and Labels
- Configure route names and URLs
- Define a Custom Input Type
- Organize Inputs into Fieldsets
- Implement Repeating Nested Forms
- Configure custom Basemaps and Overlays for @wq/map-gl
- Use @wq/rollup-plugin to generate reusable Django apps as Python wheels that export a wq JavaScript plugin
- Custom OAuth authentication wq.db#78
- Debug via Chrome Developer Tools
- Using
DEBUG = True/config.debug = true - use @wq/model from the browser console via
wq.models - inspect template contexts via Redux log
- Using
- Deploy with React Native / Expo