Demo App Launched
Now that a method for generating new projects exists, a basic demo app has been deployed online.
See the Demo page for more info.
Wutta Project (aka. Wutta Framework) is a collection of Python packages, meant to allow for fast creation of custom apps.
This website is not yet complete; please bear with me as I get acquainted with Nikola and further develop the Wutta Project code etc.
I'm not sure how often I will make new posts here. I do not expect this to be a "blog" per se; mostly it will be a "home page" with links to other resources. But in any event here is a link to the full Post Archive.
# make database sudo -u postgres createdb -O poser poser # make virtual environment python3 -m venv poser cd poser source bin/activate # generate app project w/ cookiecutter pip install cookiecutter cookiecutter -o ~/src git+https://forgejo.wuttaproject.org/wutta/cookiecutter-wuttaweb # install new project, then run its installer pip install -e src/poser poser install
See also the Quick Start doc, all Docs, or the online Demo apps.
Now that a method for generating new projects exists, a basic demo app has been deployed online.
See the Demo page for more info.
The basic app framework is in place for both WuttJamaican and WuttaWeb. Plenty left to do yet but at least we have something solid to play with.
So custom apps may now be built to use the framework. YMMV of course, as the framework is not yet complete, but for those interested:
There is a cookiecutter template which can be used to generate new project code; the process is documented.
Give it a whirl and post an issue if you get stuck.
There is now a website: https://wuttaproject.org