No project description provided
Project description
Falco
The toolkit for a better django development experience
[!WARNING] This is a work in progress (WIP), this is also fuzzy-couscous new cooler brother.
Intro here....
The CLI
This is a set of commands to help you throughout the lifecycle of your django project development, from bootstrapping a new project using modern tools like htmx, hatch, tailwindcss, to generating CRUD views for your models and a few utilities that might help during deployment.
pip install falco-cli
start-project
: Initialize a new django project the falco way.crud
: Generate CRUD (Create, Read, Update, Delete) views for a model.work
: Run your whole django projects in one command.htmx
: Download the latest version (if no version is specified) of htmx.htmx-ext
: Download one of htmx extensions.sync-dotenv
: Synchronize the.env
file with the.env.template
file.rm-migrations
: Remove all migrations for the specified applications directory, intended only for development.
The guides
[!NOTE] These are currently a work in progress. Most of them are half-written or not written at all. I hope to get them in a usable state by the end of january 2024.
If you don't find any use of the CLI, I hope you will in these guides. This is a collection of guides that address common issues in web development, specifically tailored to Django. Each guide provides solutions, patterns, and approaches that are relevant to Django projects. It is similar to the Django topic guides, but instead of focusing on components of the framework like forms
, models
, views
, etc., it focuses on more general topics like task queues
, deployment
, realtime
, etc.
- Optimizing Database Access
- Dynamic Model Schema
- Use Sqlite in production
- Bussiness logic in django
- Managing Multitenancy in Django
- Writing documentation
- Database Tips: Backup, Scaling, Triggers, and More
- Async Coding in Django
- Realtime in Django: Websockets, SSE, Polling
- Task Queues and Schedulers
- Interactive UX (User Experience) with HTMX
- Running your project in a single container
- Deploy your project
- Permissions and authorizations
- Writing tests
- Logging and monitoring
- Tips and extra
Acknowledgements
Falco is inspired by (and borrows elements from) some excellent starter templates:
- cookiecutter-django
- django-hatch-startproject
- django-unicorn (Inspiration for the logo)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file falco_cli-0.0.13.tar.gz
.
File metadata
- Download URL: falco_cli-0.0.13.tar.gz
- Upload date:
- Size: 940.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.25.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 108b84cf3d9b1c017da3679d25ee8de3da806885c154258585696cf82866c4b8 |
|
MD5 | 949c1afe88edf27393c7d901c25b476d |
|
BLAKE2b-256 | 7b5d5a253a32e80c9621037c123714db0d0842c85971b49d2a33057a7ab87edd |
File details
Details for the file falco_cli-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: falco_cli-0.0.13-py3-none-any.whl
- Upload date:
- Size: 49.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.25.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eafeb47d2d81bd52cfce3ac65b575e188fc02c8f9a5132fd394ccf25a6404000 |
|
MD5 | 819654c9f9e7969b8e01884c19f4b1cd |
|
BLAKE2b-256 | 6da1d139dbc01344ead62d97d37cffdbcde6fccde297f022d2cdad39955b0df8 |