Skip to content

tetra-framework/test_tetra_forms

Repository files navigation

Test project for tetra forms

This is just a temporary testing project to test the functionality of tetra forms. Don't bother bookmarking it. It will be deleted right after correct working form support and incorporated into tetra.tests.

Installation

virtualenv .venv
. .venv/bin/activate
pip install tetra  # for testing the release version
# for testing a local tetra build you may have to install a development 
# version or a local branch instead
# pip install -e /path/to/local/tetra/install

# install this project too:
pip install -e .

# install node dependencies (esbuild for now)
npm install

Run

python manage.py migrate
python manage.py runserver

About

Test repo to test terta forms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published